#F25C66

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

Shades of Wild Watermelon #F25C66

Tints of Wild Watermelon #F25C66

Color information

#F25C66 (or 0xF25C66) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5C and 66. RGB value is (242,92,102). Sum of RGB (Red+Green+Blue) = 242+92+102=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25C66 is #0DA399. Grayscale: #8A8A8A. Windows color (decimal): -893850 or 6708466. OLE color: 6708466.

HSL color Cylindrical-coordinate representation of color #F25C66: hue angle of 356º 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 #F25C66 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB24292102-
CMYK00.620.580.05
HSL356º85.23%65.49%-
HSV(B)356º61.98%94.9%-
XYZ42.8427.4915.62-
YUV137.99107.7202.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.50%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=55.50%
G=21.10%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429210200.620.580.0535685.2365.49
HexF25C6603E3A51645541
Octal362134146076725544125101
Binary1111001010111001100110011111011101010110110010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25C66; }

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

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

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

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

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

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

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

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