#FB5558

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

Shades of Wild Watermelon #FB5558

Tints of Wild Watermelon #FB5558

Color information

#FB5558 (or 0xFB5558) is unknown color: approx Wild Watermelon. HEX triplet: FB, 55 and 58. RGB value is (251,85,88). Sum of RGB (Red+Green+Blue) = 251+85+88=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5558 is #04AAA7. Grayscale: #878787. Windows color (decimal): -305832 or 5789179. OLE color: 5789179.

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

Color convert

RGB2518588-
CMYK00.660.650.02
HSL358.92º95.4%65.88%-
HSV(B)358.92º66.14%98.43%-
XYZ44.7927.7112.22-
YUV134.98101.5210.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.20%
GREEN value IS 85 (33.59% from 255) = 20.05%
BLUE value IS 88 (34.77% from 255) = 20.75%
R=59.20%
G=20.05%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251858800.660.650.02358.9295.465.88
HexFB55580424121675f42
Octal37312513001021012547137102
Binary11111011101010110110000100001010000011010110011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5558; }

 p { color: rgb(251,85,88); }

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

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

 a { background-color: rgb(251,85,88); }

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

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

 span { border-color: rgb(251,85,88); }

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