#F96373

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

Shades of Wild Watermelon #F96373

Tints of Wild Watermelon #F96373

Color information

#F96373 (or 0xF96373) is unknown color: approx Wild Watermelon. HEX triplet: F9, 63 and 73. RGB value is (249,99,115). Sum of RGB (Red+Green+Blue) = 249+99+115=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F96373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96373 is #069C8C. Grayscale: #919191. Windows color (decimal): -433293 or 7562233. OLE color: 7562233.

HSL color Cylindrical-coordinate representation of color #F96373: hue angle of 353.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96373 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB24999115-
CMYK00.600.540.02
HSL353.6º92.59%68.24%-
HSV(B)353.6º60.24%97.65%-
XYZ46.6230.319.61-
YUV145.67110.7201.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.78%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=53.78%
G=21.38%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499911500.600.540.02353.692.5968.24
HexF9637303C3621625d44
Octal371143163074662542135104
Binary111110011100011111001101111001101101010110001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96373; }

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

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

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

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

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

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

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

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