Html Css Color HEX #F16372 Froly

📋 copy color: '#F16372'

red 241 ◦ green 99 ◦ blue 114

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

Shades of Froly #F16372

Tints of Froly #F16372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.81%

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

R = 53.08%
G = 21.81%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F16372 (or 0xF16372) is known color: Froly. HEX triplet: F1, 63 and 72. RGB value is (241,99,114). Sum of RGB (Red+Green+Blue) = 241+99+114=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F16372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16372 is #0E9C8D. Grayscale: #8F8F8F. Windows color (decimal): -957582 or 7496689. OLE color: 7496689.

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

Color convert

RGB 241 99 114 -
CMYK 0 0.59 0.53 0.05
HSL 353.66º 0.84% 0.67% -
HSV(B) 353.66º 0.59% 0.95% -
XYZ 43.77 28.84 19.18 -
YUV 143.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 241 99 114 0 0.59 0.53 0.05 353.66 0.84 0.67
Hex F1 63 72 0 3B 35 5 162 54 43
Octal 361 143 162 0 73 65 5 542 124 103
Binary 11110001 1100011 1110010 0 111011 110101 101 101100010 1010100 1000011

Color Harmonies of #F16372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16372

Black with #F16372

Text Example


Text Example

White with #F16372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16372; }

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

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

background-color css

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

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

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

border-color css

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

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

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