#ff4b78

Color #FF4B78 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FF4B78

Tints of Wild Watermelon #FF4B78

Color information

#FF4B78 (or 0xFF4B78) is unknown color: approx Wild Watermelon. HEX triplet: FF, 4B and 78. RGB value is (255,75,120). Sum of RGB (Red+Green+Blue) = 255+75+120=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B78 is #00B487. Grayscale: #858585. Windows color (decimal): -46216 or 7883775. OLE color: 7883775.

HSL color Cylindrical-coordinate representation of color #FF4B78: hue angle of 345º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4B78 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB25575120-
CMYK00.710.530
HSL345º100%64.71%-
HSV(B)345º70.59%100%-
XYZ47.1527.6520.62-
YUV133.95120.13214.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=56.67%
G=16.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557512000.710.53034510064.71
HexFF4B780473501596441
Octal3771131700107650531144101
Binary111111111001011111100001000111110101010101100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4b78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4b78; }

 p { color: rgb(255,75,120); }

 H1.HeaderClassName
 {
   color: #ff4b78;
 }
 .AnyTagClassName
 {
   color: #ff4b78;
 }
</style>
background-color css

<style>
 a { background-color: #ff4b78; }

 a { background-color: rgb(255,75,120); }

 div.DivClassName
 {
   background-color: #ff4b78;
 }
 .BgClassName
 {
   background-color: #ff4b78;
 }
</style>
border-color css

<style>
 span { border-color: #ff4b78; }

 span { border-color: rgb(255,75,120); }

 td.TdClassName
 {
   border-color: #ff4b78;
 }
 .TagClassName
 {
   border-color: #ff4b78;
 }
</style>