#F96671

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

Shades of Wild Watermelon #F96671

Tints of Wild Watermelon #F96671

Color information

#F96671 (or 0xF96671) is unknown color: approx Wild Watermelon. HEX triplet: F9, 66 and 71. RGB value is (249,102,113). Sum of RGB (Red+Green+Blue) = 249+102+113=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F96671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96671 is #06998E. Grayscale: #939393. Windows color (decimal): -432527 or 7431929. OLE color: 7431929.

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

Color convert

RGB249102113-
CMYK00.590.550.02
HSL355.51º92.45%68.82%-
HSV(B)355.51º59.04%97.65%-
XYZ46.830.8319.11-
YUV147.21108.7200.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.66%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=53.66%
G=21.98%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910211300.590.550.02355.5192.4568.82
HexF9667103B3721645c45
Octal371146161073672544134105
Binary111110011100110111000101110111101111010110010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96671; }

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

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

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

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

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

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

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

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