Html Css Color HEX #F25166 Wild Watermelon

📋 copy color: '#F25166'

red 242 ◦ green 81 ◦ blue 102

#F25166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F25166

Tints of Wild Watermelon #F25166

RGB

 RED value IS 242 (94.92% from 255) = 56.94%

 GREEN value IS 81 (32.03% from 255) = 19.06%

 BLUE value IS 102 (40.23% from 255) = 24%

R = 56.94%
G = 19.06%
B = 24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F25166 (or 0xF25166) is known color: Wild Watermelon. HEX triplet: F2, 51 and 66. RGB value is (242,81,102). Sum of RGB (Red+Green+Blue) = 242+81+102=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F25166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25166 is #0DAE99. Grayscale: #838383. Windows color (decimal): -896666 or 6705650. OLE color: 6705650.

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

Color convert

RGB 242 81 102 -
CMYK 0 0.67 0.58 0.05
HSL 352.17º 0.86% 0.63% -
HSV(B) 352.17º 0.67% 0.95% -
XYZ 41.96 25.72 15.32 -
YUV 131.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 242 81 102 0 0.67 0.58 0.05 352.17 0.86 0.63
Hex F2 51 66 0 43 3A 5 160 56 3F
Octal 362 121 146 0 103 72 5 540 126 77
Binary 11110010 1010001 1100110 0 1000011 111010 101 101100000 1010110 111111

Color Harmonies of #F25166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25166

Black with #F25166

Text Example


Text Example

White with #F25166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25166; }

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

 H1.HeaderClassName
 {
   color: #F25166;
 }
 .AnyTagClassName
 {
   color: #F25166;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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