#F95970

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

Shades of Wild Watermelon #F95970

Tints of Wild Watermelon #F95970

Color information

#F95970 (or 0xF95970) is unknown color: approx Wild Watermelon. HEX triplet: F9, 59 and 70. RGB value is (249,89,112). Sum of RGB (Red+Green+Blue) = 249+89+112=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F95970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95970 is #06A68F. Grayscale: #8B8B8B. Windows color (decimal): -435856 or 7363065. OLE color: 7363065.

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

Color convert

RGB24989112-
CMYK00.640.550.02
HSL351.38º93.02%66.27%-
HSV(B)351.38º64.26%97.65%-
XYZ45.5628.4518.42-
YUV139.46112.51206.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.33%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=55.33%
G=19.78%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498911200.640.550.02351.3893.0266.27
HexF9597004037215f5d42
Octal3711311600100672537135102
Binary1111100110110011110000010000001101111010101111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95970; }

 p { color: rgb(249,89,112); }

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

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

 a { background-color: rgb(249,89,112); }

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

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

 span { border-color: rgb(249,89,112); }

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