#F95170

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

Shades of Wild Watermelon #F95170

Tints of Wild Watermelon #F95170

Color information

#F95170 (or 0xF95170) is unknown color: approx Wild Watermelon. HEX triplet: F9, 51 and 70. RGB value is (249,81,112). Sum of RGB (Red+Green+Blue) = 249+81+112=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F95170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95170 is #06AE8F. Grayscale: #868686. Windows color (decimal): -437904 or 7361017. OLE color: 7361017.

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

Color convert

RGB24981112-
CMYK00.670.550.02
HSL348.93º93.33%64.71%-
HSV(B)348.93º67.47%97.65%-
XYZ44.9327.1918.21-
YUV134.77115.16209.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.33%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=56.33%
G=18.33%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498111200.670.550.02348.9393.3364.71
HexF9517004337215d5d41
Octal3711211600103672535135101
Binary1111100110100011110000010000111101111010101110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95170; }

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

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

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

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

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

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

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

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