Html Css Color HEX #F26071 Wild Watermelon

📋 copy color: '#F26071'

red 242 ◦ green 96 ◦ blue 113

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

Shades of Wild Watermelon #F26071

Tints of Wild Watermelon #F26071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

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

R = 53.66%
G = 21.29%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F26071 (or 0xF26071) is known color: Wild Watermelon. HEX triplet: F2, 60 and 71. RGB value is (242,96,113). Sum of RGB (Red+Green+Blue) = 242+96+113=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F26071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26071 is #0D9F8E. Grayscale: #8D8D8D. Windows color (decimal): -892815 or 7430386. OLE color: 7430386.

HSL color Cylindrical-coordinate representation of color #F26071: hue angle of 353.01º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26071 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 113 -
CMYK 0 0.60 0.53 0.05
HSL 353.01º 0.85% 0.66% -
HSV(B) 353.01º 0.6% 0.95% -
XYZ 43.78 28.44 18.8 -
YUV 141.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 242 96 113 0 0.60 0.53 0.05 353.01 0.85 0.66
Hex F2 60 71 0 3C 35 5 161 55 42
Octal 362 140 161 0 74 65 5 541 125 102
Binary 11110010 1100000 1110001 0 111100 110101 101 101100001 1010101 1000010

Color Harmonies of #F26071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26071

Black with #F26071

Text Example


Text Example

White with #F26071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26071; }

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

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

background-color css

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

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

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

border-color css

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

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

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