Html Css Color HEX #F26077 Wild Watermelon

📋 copy color: '#F26077'

red 242 ◦ green 96 ◦ blue 119

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

Shades of Wild Watermelon #F26077

Tints of Wild Watermelon #F26077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 52.95%
G = 21.01%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F26077 (or 0xF26077) is known color: Wild Watermelon. HEX triplet: F2, 60 and 77. RGB value is (242,96,119). Sum of RGB (Red+Green+Blue) = 242+96+119=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F26077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26077 is #0D9F88. Grayscale: #8E8E8E. Windows color (decimal): -892809 or 7823602. OLE color: 7823602.

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

Color convert

RGB 242 96 119 -
CMYK 0 0.60 0.51 0.05
HSL 350.55º 0.85% 0.66% -
HSV(B) 350.55º 0.6% 0.95% -
XYZ 44.13 28.57 20.64 -
YUV 142.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 242 96 119 0 0.60 0.51 0.05 350.55 0.85 0.66
Hex F2 60 77 0 3C 33 5 15F 55 42
Octal 362 140 167 0 74 63 5 537 125 102
Binary 11110010 1100000 1110111 0 111100 110011 101 101011111 1010101 1000010

Color Harmonies of #F26077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26077

Black with #F26077

Text Example


Text Example

White with #F26077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26077; }

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

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

background-color css

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

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

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

border-color css

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

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

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