#F25564

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

Shades of Wild Watermelon #F25564

Tints of Wild Watermelon #F25564

Color information

#F25564 (or 0xF25564) is unknown color: approx Wild Watermelon. HEX triplet: F2, 55 and 64. RGB value is (242,85,100). Sum of RGB (Red+Green+Blue) = 242+85+100=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F25564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25564 is #0DAA9B. Grayscale: #858585. Windows color (decimal): -895644 or 6575602. OLE color: 6575602.

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

Color convert

RGB24285100-
CMYK00.650.590.05
HSL354.27º85.79%64.12%-
HSV(B)354.27º64.88%94.9%-
XYZ42.1726.2914.91-
YUV133.65109.01205.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.67%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=56.67%
G=19.91%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428510000.650.590.05354.2785.7964.12
HexF255640413B51625640
Octal3621251440101735542126100
Binary11110010101010111001000100000111101110110110001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25564; }

 p { color: rgb(242,85,100); }

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

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

 a { background-color: rgb(242,85,100); }

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

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

 span { border-color: rgb(242,85,100); }

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