Html Css Color HEX #F16172 Wild Watermelon

📋 copy color: '#F16172'

red 241 ◦ green 97 ◦ blue 114

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

Shades of Wild Watermelon #F16172

Tints of Wild Watermelon #F16172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.46%

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

R = 53.32%
G = 21.46%
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

#F16172 (or 0xF16172) is known color: Wild Watermelon. HEX triplet: F1, 61 and 72. RGB value is (241,97,114). Sum of RGB (Red+Green+Blue) = 241+97+114=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F16172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16172 is #0E9E8D. Grayscale: #8E8E8E. Windows color (decimal): -958094 or 7496177. OLE color: 7496177.

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

Color convert

RGB 241 97 114 -
CMYK 0 0.60 0.53 0.05
HSL 352.92º 0.84% 0.66% -
HSV(B) 352.92º 0.6% 0.95% -
XYZ 43.59 28.47 19.12 -
YUV 141.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 241 97 114 0 0.60 0.53 0.05 352.92 0.84 0.66
Hex F1 61 72 0 3C 35 5 161 54 42
Octal 361 141 162 0 74 65 5 541 124 102
Binary 11110001 1100001 1110010 0 111100 110101 101 101100001 1010100 1000010

Color Harmonies of #F16172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16172

Black with #F16172

Text Example


Text Example

White with #F16172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16172; }

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

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

background-color css

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

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

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

border-color css

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

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

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