Html Css Color HEX #F16D72 Froly

📋 copy color: '#F16D72'

red 241 ◦ green 109 ◦ blue 114

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

Shades of Froly #F16D72

Tints of Froly #F16D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.49%

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

R = 51.94%
G = 23.49%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F16D72 (or 0xF16D72) is known color: Froly. HEX triplet: F1, 6D and 72. RGB value is (241,109,114). Sum of RGB (Red+Green+Blue) = 241+109+114=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D72 is #0E928D. Grayscale: #959595. Windows color (decimal): -955022 or 7499249. OLE color: 7499249.

HSL color Cylindrical-coordinate representation of color #F16D72: hue angle of 357.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D72 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 109 114 -
CMYK 0 0.55 0.53 0.05
HSL 357.73º 0.83% 0.69% -
HSV(B) 357.73º 0.55% 0.95% -
XYZ 44.78 30.85 19.51 -
YUV 149.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 241 109 114 0 0.55 0.53 0.05 357.73 0.83 0.69
Hex F1 6D 72 0 37 35 5 166 52 45
Octal 361 155 162 0 67 65 5 546 122 105
Binary 11110001 1101101 1110010 0 110111 110101 101 101100110 1010010 1000101

Color Harmonies of #F16D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D72

Black with #F16D72

Text Example


Text Example

White with #F16D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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