#FB5479

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

Shades of Wild Watermelon #FB5479

Tints of Wild Watermelon #FB5479

Color information

#FB5479 (or 0xFB5479) is unknown color: approx Wild Watermelon. HEX triplet: FB, 54 and 79. RGB value is (251,84,121). Sum of RGB (Red+Green+Blue) = 251+84+121=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5479 is #04AB86. Grayscale: #8A8A8A. Windows color (decimal): -306055 or 7951611. OLE color: 7951611.

HSL color Cylindrical-coordinate representation of color #FB5479: hue angle of 346.71º 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 #FB5479 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB25184121-
CMYK00.670.520.02
HSL346.71º95.43%65.69%-
HSV(B)346.71º66.53%98.43%-
XYZ46.4128.2321.09-
YUV138.15118.33208.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.04%
GREEN value IS 84 (33.20% from 255) = 18.42%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=55.04%
G=18.42%
B=26.54%

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
Decimal2518412100.670.520.02346.7195.4365.69
HexFB547904334215b5f42
Octal3731241710103642533137102
Binary1111101110101001111001010000111101001010101101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5479; }

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

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

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

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

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

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

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

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