Html Css Color HEX #F16072 Wild Watermelon

📋 copy color: '#F16072'

red 241 ◦ green 96 ◦ blue 114

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

Shades of Wild Watermelon #F16072

Tints of Wild Watermelon #F16072

RGB

 RED value IS 241 (94.53% from 255) = 53.44%

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

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

R = 53.44%
G = 21.29%
B = 25.28%

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

#F16072 (or 0xF16072) is known color: Wild Watermelon. HEX triplet: F1, 60 and 72. RGB value is (241,96,114). Sum of RGB (Red+Green+Blue) = 241+96+114=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F16072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16072 is #0E9F8D. Grayscale: #8D8D8D. Windows color (decimal): -958350 or 7495921. OLE color: 7495921.

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

Color convert

RGB 241 96 114 -
CMYK 0 0.60 0.53 0.05
HSL 352.55º 0.84% 0.66% -
HSV(B) 352.55º 0.6% 0.95% -
XYZ 43.5 28.28 19.09 -
YUV 141.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 241 96 114 0 0.60 0.53 0.05 352.55 0.84 0.66
Hex F1 60 72 0 3C 35 5 161 54 42
Octal 361 140 162 0 74 65 5 541 124 102
Binary 11110001 1100000 1110010 0 111100 110101 101 101100001 1010100 1000010

Color Harmonies of #F16072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16072

Black with #F16072

Text Example


Text Example

White with #F16072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16072; }

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

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

background-color css

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

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

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

border-color css

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

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

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