#F25C70

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

Shades of Wild Watermelon #F25C70

Tints of Wild Watermelon #F25C70

Color information

#F25C70 (or 0xF25C70) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5C and 70. RGB value is (242,92,112). Sum of RGB (Red+Green+Blue) = 242+92+112=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25C70 is #0DA38F. Grayscale: #8B8B8B. Windows color (decimal): -893840 or 7363826. OLE color: 7363826.

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

Color convert

RGB24292112-
CMYK00.620.540.05
HSL352º85.23%65.49%-
HSV(B)352º61.98%94.9%-
XYZ43.3727.718.39-
YUV139.13112.7201.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.26%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 112 (44.14% from 255) = 25.11%
R=54.26%
G=20.63%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429211200.620.540.0535285.2365.49
HexF25C7003E3651605541
Octal362134160076665540125101
Binary1111001010111001110000011111011011010110110000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25C70; }

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

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

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

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

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

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

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

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