#F96973

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

Shades of Wild Watermelon #F96973

Tints of Wild Watermelon #F96973

Color information

#F96973 (or 0xF96973) is unknown color: approx Wild Watermelon. HEX triplet: F9, 69 and 73. RGB value is (249,105,115). Sum of RGB (Red+Green+Blue) = 249+105+115=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F96973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96973 is #06968C. Grayscale: #959595. Windows color (decimal): -431757 or 7563769. OLE color: 7563769.

HSL color Cylindrical-coordinate representation of color #F96973: hue angle of 355.83º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96973 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB249105115-
CMYK00.580.540.02
HSL355.83º92.31%69.41%-
HSV(B)355.83º57.83%97.65%-
XYZ47.2131.4819.81-
YUV149.2108.71199.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.09%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=53.09%
G=22.39%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910511500.580.540.02355.8392.3169.41
HexF9697303A3621645c45
Octal371151163072662544134105
Binary111110011101001111001101110101101101010110010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96973; }

 p { color: rgb(249,105,115); }

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

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

 a { background-color: rgb(249,105,115); }

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

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

 span { border-color: rgb(249,105,115); }

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