#F95671

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

Shades of Wild Watermelon #F95671

Tints of Wild Watermelon #F95671

Color information

#F95671 (or 0xF95671) is unknown color: approx Wild Watermelon. HEX triplet: F9, 56 and 71. RGB value is (249,86,113). Sum of RGB (Red+Green+Blue) = 249+86+113=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F95671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95671 is #06A98E. Grayscale: #898989. Windows color (decimal): -436623 or 7427833. OLE color: 7427833.

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

Color convert

RGB24986113-
CMYK00.650.550.02
HSL350.06º93.14%65.69%-
HSV(B)350.06º65.46%97.65%-
XYZ45.3827.9918.63-
YUV137.82114207.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.58%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=55.58%
G=19.20%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498611300.650.550.02350.0693.1465.69
HexF9567104137215e5d42
Octal3711261610101672536135102
Binary1111100110101101110001010000011101111010101111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95671; }

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

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

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

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

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

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

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

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