#F25766

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

Shades of Wild Watermelon #F25766

Tints of Wild Watermelon #F25766

Color information

#F25766 (or 0xF25766) is unknown color: approx Wild Watermelon. HEX triplet: F2, 57 and 66. RGB value is (242,87,102). Sum of RGB (Red+Green+Blue) = 242+87+102=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F25766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25766 is #0DA899. Grayscale: #878787. Windows color (decimal): -895130 or 6707186. OLE color: 6707186.

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

Color convert

RGB24287102-
CMYK00.640.580.05
HSL354.19º85.64%64.51%-
HSV(B)354.19º64.05%94.9%-
XYZ42.4226.6515.48-
YUV135.06109.35204.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.15%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=56.15%
G=20.19%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428710200.640.580.05354.1985.6464.51
HexF257660403A51625641
Octal3621271460100725542126101
Binary11110010101011111001100100000011101010110110001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25766; }

 p { color: rgb(242,87,102); }

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

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

 a { background-color: rgb(242,87,102); }

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

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

 span { border-color: rgb(242,87,102); }

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