#F96171

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

Shades of Wild Watermelon #F96171

Tints of Wild Watermelon #F96171

Color information

#F96171 (or 0xF96171) is unknown color: approx Wild Watermelon. HEX triplet: F9, 61 and 71. RGB value is (249,97,113). Sum of RGB (Red+Green+Blue) = 249+97+113=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F96171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96171 is #069E8E. Grayscale: #909090. Windows color (decimal): -433807 or 7430649. OLE color: 7430649.

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

Color convert

RGB24997113-
CMYK00.610.550.02
HSL353.68º92.68%67.84%-
HSV(B)353.68º61.04%97.65%-
XYZ46.3229.8818.95-
YUV144.27110.36202.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.25%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=54.25%
G=21.13%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499711300.610.550.02353.6892.6867.84
HexF9617103D3721625d44
Octal371141161075672542135104
Binary111110011100001111000101111011101111010110001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96171; }

 p { color: rgb(249,97,113); }

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

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

 a { background-color: rgb(249,97,113); }

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

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

 span { border-color: rgb(249,97,113); }

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