#FB5060

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

Shades of Wild Watermelon #FB5060

Tints of Wild Watermelon #FB5060

Color information

#FB5060 (or 0xFB5060) is unknown color: approx Wild Watermelon. HEX triplet: FB, 50 and 60. RGB value is (251,80,96). Sum of RGB (Red+Green+Blue) = 251+80+96=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5060 is #04AF9F. Grayscale: #858585. Windows color (decimal): -307104 or 6312187. OLE color: 6312187.

HSL color Cylindrical-coordinate representation of color #FB5060: hue angle of 354.39º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB5060 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB2518096-
CMYK00.680.620.02
HSL354.39º95.53%64.9%-
HSV(B)354.39º68.13%98.43%-
XYZ44.7627.0913.94-
YUV132.95107.15212.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.78%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=58.78%
G=18.74%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251809600.680.620.02354.3995.5364.9
HexFB50600443E21626041
Octal3731201400104762542140101
Binary1111101110100001100000010001001111101010110001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5060; }

 p { color: rgb(251,80,96); }

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

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

 a { background-color: rgb(251,80,96); }

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

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

 span { border-color: rgb(251,80,96); }

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