Html Css Color HEX #F16B72 Froly

📋 copy color: '#F16B72'

red 241 ◦ green 107 ◦ blue 114

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

Shades of Froly #F16B72

Tints of Froly #F16B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.16%

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

R = 52.16%
G = 23.16%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F16B72 (or 0xF16B72) is known color: Froly. HEX triplet: F1, 6B and 72. RGB value is (241,107,114). Sum of RGB (Red+Green+Blue) = 241+107+114=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B72 is #0E948D. Grayscale: #939393. Windows color (decimal): -955534 or 7498737. OLE color: 7498737.

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

Color convert

RGB 241 107 114 -
CMYK 0 0.56 0.53 0.05
HSL 356.87º 0.83% 0.68% -
HSV(B) 356.87º 0.56% 0.95% -
XYZ 44.57 30.43 19.44 -
YUV 147.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 241 107 114 0 0.56 0.53 0.05 356.87 0.83 0.68
Hex F1 6B 72 0 38 35 5 165 53 44
Octal 361 153 162 0 70 65 5 545 123 104
Binary 11110001 1101011 1110010 0 111000 110101 101 101100101 1010011 1000100

Color Harmonies of #F16B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B72

Black with #F16B72

Text Example


Text Example

White with #F16B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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