#FB5478

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

Shades of Wild Watermelon #FB5478

Tints of Wild Watermelon #FB5478

Color information

#FB5478 (or 0xFB5478) is unknown color: approx Wild Watermelon. HEX triplet: FB, 54 and 78. RGB value is (251,84,120). Sum of RGB (Red+Green+Blue) = 251+84+120=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5478 is #04AB87. Grayscale: #8A8A8A. Windows color (decimal): -306056 or 7886075. OLE color: 7886075.

HSL color Cylindrical-coordinate representation of color #FB5478: hue angle of 347.07º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5478 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB25184120-
CMYK00.670.520.02
HSL347.07º95.43%65.69%-
HSV(B)347.07º66.53%98.43%-
XYZ46.3428.2120.77-
YUV138.04117.83208.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.16%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=55.16%
G=18.46%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518412000.670.520.02347.0795.4365.69
HexFB547804334215b5f42
Octal3731241700103642533137102
Binary1111101110101001111000010000111101001010101101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5478; }

 p { color: rgb(251,84,120); }

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

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

 a { background-color: rgb(251,84,120); }

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

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

 span { border-color: rgb(251,84,120); }

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