#F9555C

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

Shades of Wild Watermelon #F9555C

Tints of Wild Watermelon #F9555C

Color information

#F9555C (or 0xF9555C) is unknown color: approx Wild Watermelon. HEX triplet: F9, 55 and 5C. RGB value is (249,85,92). Sum of RGB (Red+Green+Blue) = 249+85+92=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9555C is #06AAA3. Grayscale: #868686. Windows color (decimal): -436900 or 6051321. OLE color: 6051321.

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

Color convert

RGB2498592-
CMYK00.660.630.02
HSL357.44º93.18%65.49%-
HSV(B)357.44º65.86%97.65%-
XYZ44.2527.4113.08-
YUV134.83103.83209.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.45%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=58.45%
G=19.95%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249859200.660.630.02357.4493.1865.49
HexF9555C0423F21655d41
Octal3711251340102772545135101
Binary1111100110101011011100010000101111111010110010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9555C; }

 p { color: rgb(249,85,92); }

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

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

 a { background-color: rgb(249,85,92); }

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

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

 span { border-color: rgb(249,85,92); }

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