#F25974

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

Shades of Wild Watermelon #F25974

Tints of Wild Watermelon #F25974

Color information

#F25974 (or 0xF25974) is unknown color: approx Wild Watermelon. HEX triplet: F2, 59 and 74. RGB value is (242,89,116). Sum of RGB (Red+Green+Blue) = 242+89+116=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F25974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25974 is #0DA68B. Grayscale: #898989. Windows color (decimal): -894604 or 7625202. OLE color: 7625202.

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

Color convert

RGB24289116-
CMYK00.630.520.05
HSL349.41º85.47%64.9%-
HSV(B)349.41º63.22%94.9%-
XYZ43.3427.2819.5-
YUV137.82115.69202.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.14%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=54.14%
G=19.91%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428911600.630.520.05349.4185.4764.9
HexF2597403F34515d5541
Octal362131164077645535125101
Binary1111001010110011110100011111111010010110101110110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25974; }

 p { color: rgb(242,89,116); }

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

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

 a { background-color: rgb(242,89,116); }

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

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

 span { border-color: rgb(242,89,116); }

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