Html Css Color HEX #F25171 Wild Watermelon

📋 copy color: '#F25171'

red 242 ◦ green 81 ◦ blue 113

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

Shades of Wild Watermelon #F25171

Tints of Wild Watermelon #F25171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 55.5%
G = 18.58%
B = 25.92%

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

#F25171 (or 0xF25171) is known color: Wild Watermelon. HEX triplet: F2, 51 and 71. RGB value is (242,81,113). Sum of RGB (Red+Green+Blue) = 242+81+113=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F25171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25171 is #0DAE8E. Grayscale: #848484. Windows color (decimal): -896655 or 7426546. OLE color: 7426546.

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

Color convert

RGB 242 81 113 -
CMYK 0 0.67 0.53 0.05
HSL 348.07º 0.86% 0.63% -
HSV(B) 348.07º 0.67% 0.95% -
XYZ 42.54 25.95 18.39 -
YUV 132.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 242 81 113 0 0.67 0.53 0.05 348.07 0.86 0.63
Hex F2 51 71 0 43 35 5 15C 56 3F
Octal 362 121 161 0 103 65 5 534 126 77
Binary 11110010 1010001 1110001 0 1000011 110101 101 101011100 1010110 111111

Color Harmonies of #F25171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25171

Black with #F25171

Text Example


Text Example

White with #F25171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25171; }

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

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

background-color css

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

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

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

border-color css

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

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

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