Html Css Color HEX #F25071 Wild Watermelon

📋 copy color: '#F25071'

red 242 ◦ green 80 ◦ blue 113

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

Shades of Wild Watermelon #F25071

Tints of Wild Watermelon #F25071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.39%

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

R = 55.63%
G = 18.39%
B = 25.98%

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

#F25071 (or 0xF25071) is known color: Wild Watermelon. HEX triplet: F2, 50 and 71. RGB value is (242,80,113). Sum of RGB (Red+Green+Blue) = 242+80+113=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F25071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25071 is #0DAF8E. Grayscale: #848484. Windows color (decimal): -896911 or 7426290. OLE color: 7426290.

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

Color convert

RGB 242 80 113 -
CMYK 0 0.67 0.53 0.05
HSL 347.78º 0.86% 0.63% -
HSV(B) 347.78º 0.67% 0.95% -
XYZ 42.47 25.81 18.37 -
YUV 132.2 117.17 206.32 -
System Red Green Blue C M Y K H S L
Decimal 242 80 113 0 0.67 0.53 0.05 347.78 0.86 0.63
Hex F2 50 71 0 43 35 5 15C 56 3F
Octal 362 120 161 0 103 65 5 534 126 77
Binary 11110010 1010000 1110001 0 1000011 110101 101 101011100 1010110 111111

Color Harmonies of #F25071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25071

Black with #F25071

Text Example


Text Example

White with #F25071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25071; }

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

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

background-color css

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

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

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

border-color css

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

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

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