#F96873

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

Shades of Wild Watermelon #F96873

Tints of Wild Watermelon #F96873

Color information

#F96873 (or 0xF96873) is unknown color: approx Wild Watermelon. HEX triplet: F9, 68 and 73. RGB value is (249,104,115). Sum of RGB (Red+Green+Blue) = 249+104+115=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F96873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96873 is #06978C. Grayscale: #949494. Windows color (decimal): -432013 or 7563513. OLE color: 7563513.

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

Color convert

RGB249104115-
CMYK00.580.540.02
HSL355.45º92.36%69.22%-
HSV(B)355.45º58.23%97.65%-
XYZ47.1131.2819.77-
YUV148.61109.04199.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.21%
GREEN value IS 104 (41.02% from 255) = 22.22%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=53.21%
G=22.22%
B=24.57%

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
Decimal24910411500.580.540.02355.4592.3669.22
HexF9687303A3621635c45
Octal371150163072662543134105
Binary111110011101000111001101110101101101010110001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96873; }

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

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

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

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

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

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

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

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