Html Css Color HEX #F25172 Wild Watermelon

📋 copy color: '#F25172'

red 242 ◦ green 81 ◦ blue 114

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

Shades of Wild Watermelon #F25172

Tints of Wild Watermelon #F25172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 55.38%
G = 18.54%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F25172 (or 0xF25172) is known color: Wild Watermelon. HEX triplet: F2, 51 and 72. RGB value is (242,81,114). Sum of RGB (Red+Green+Blue) = 242+81+114=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F25172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25172 is #0DAE8D. Grayscale: #848484. Windows color (decimal): -896654 or 7492082. OLE color: 7492082.

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

Color convert

RGB 242 81 114 -
CMYK 0 0.67 0.53 0.05
HSL 347.7º 0.86% 0.63% -
HSV(B) 347.7º 0.67% 0.95% -
XYZ 42.6 25.98 18.69 -
YUV 132.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 242 81 114 0 0.67 0.53 0.05 347.7 0.86 0.63
Hex F2 51 72 0 43 35 5 15C 56 3F
Octal 362 121 162 0 103 65 5 534 126 77
Binary 11110010 1010001 1110010 0 1000011 110101 101 101011100 1010110 111111

Color Harmonies of #F25172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25172

Black with #F25172

Text Example


Text Example

White with #F25172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25172; }

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

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

background-color css

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

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

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

border-color css

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

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

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