#F25170

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

Shades of Wild Watermelon #F25170

Tints of Wild Watermelon #F25170

Color information

#F25170 (or 0xF25170) is unknown color: approx Wild Watermelon. HEX triplet: F2, 51 and 70. RGB value is (242,81,112). Sum of RGB (Red+Green+Blue) = 242+81+112=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F25170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25170 is #0DAE8F. Grayscale: #848484. Windows color (decimal): -896656 or 7361010. OLE color: 7361010.

HSL color Cylindrical-coordinate representation of color #F25170: hue angle of 348.45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25170 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB24281112-
CMYK00.670.540.05
HSL348.45º86.1%63.33%-
HSV(B)348.45º66.53%94.9%-
XYZ42.4925.9318.1-
YUV132.67116.34205.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.63%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=55.63%
G=18.62%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428111200.670.540.05348.4586.163.33
HexF2517004336515c563f
Octal362121160010366553412677
Binary1111001010100011110000010000111101101011010111001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25170; }

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

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

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

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

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

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

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

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