Html Css Color HEX #F25176 Wild Watermelon

📋 copy color: '#F25176'

red 242 ◦ green 81 ◦ blue 118

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

Shades of Wild Watermelon #F25176

Tints of Wild Watermelon #F25176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.76%

R = 54.88%
G = 18.37%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F25176 (or 0xF25176) is known color: Wild Watermelon. HEX triplet: F2, 51 and 76. RGB value is (242,81,118). Sum of RGB (Red+Green+Blue) = 242+81+118=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F25176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25176 is #0DAE89. Grayscale: #858585. Windows color (decimal): -896650 or 7754226. OLE color: 7754226.

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

Color convert

RGB 242 81 118 -
CMYK 0 0.67 0.51 0.05
HSL 346.21º 0.86% 0.63% -
HSV(B) 346.21º 0.67% 0.95% -
XYZ 42.83 26.07 19.91 -
YUV 133.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 242 81 118 0 0.67 0.51 0.05 346.21 0.86 0.63
Hex F2 51 76 0 43 33 5 15A 56 3F
Octal 362 121 166 0 103 63 5 532 126 77
Binary 11110010 1010001 1110110 0 1000011 110011 101 101011010 1010110 111111

Color Harmonies of #F25176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25176

Black with #F25176

Text Example


Text Example

White with #F25176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25176; }

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

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

background-color css

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

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

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

border-color css

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

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

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