#F25F70

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

Shades of Wild Watermelon #F25F70

Tints of Wild Watermelon #F25F70

Color information

#F25F70 (or 0xF25F70) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5F and 70. RGB value is (242,95,112). Sum of RGB (Red+Green+Blue) = 242+95+112=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F70 is #0DA08F. Grayscale: #8C8C8C. Windows color (decimal): -893072 or 7364594. OLE color: 7364594.

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

Color convert

RGB24295112-
CMYK00.610.540.05
HSL353.06º84.97%66.08%-
HSV(B)353.06º60.74%94.9%-
XYZ43.6328.2318.48-
YUV140.89111.7200.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.90%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=53.90%
G=21.16%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429511200.610.540.05353.0684.9766.08
HexF25F7003D3651615542
Octal362137160075665541125102
Binary1111001010111111110000011110111011010110110000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25F70; }

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

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

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

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

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

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

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

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