Html Css Color HEX #F26072 Wild Watermelon

📋 copy color: '#F26072'

red 242 ◦ green 96 ◦ blue 114

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

Shades of Wild Watermelon #F26072

Tints of Wild Watermelon #F26072

RGB

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

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

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

R = 53.54%
G = 21.24%
B = 25.22%

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

#F26072 (or 0xF26072) is known color: Wild Watermelon. HEX triplet: F2, 60 and 72. RGB value is (242,96,114). Sum of RGB (Red+Green+Blue) = 242+96+114=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F26072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26072 is #0D9F8D. Grayscale: #8D8D8D. Windows color (decimal): -892814 or 7495922. OLE color: 7495922.

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

Color convert

RGB 242 96 114 -
CMYK 0 0.60 0.53 0.05
HSL 352.6º 0.85% 0.66% -
HSV(B) 352.6º 0.6% 0.95% -
XYZ 43.84 28.46 19.1 -
YUV 141.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 242 96 114 0 0.60 0.53 0.05 352.6 0.85 0.66
Hex F2 60 72 0 3C 35 5 161 55 42
Octal 362 140 162 0 74 65 5 541 125 102
Binary 11110010 1100000 1110010 0 111100 110101 101 101100001 1010101 1000010

Color Harmonies of #F26072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26072

Black with #F26072

Text Example


Text Example

White with #F26072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26072; }

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

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

background-color css

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

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

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

border-color css

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

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

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