Html Css Color HEX #F16D73 Froly

📋 copy color: '#F16D73'

red 241 ◦ green 109 ◦ blue 115

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

Shades of Froly #F16D73

Tints of Froly #F16D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 51.83%
G = 23.44%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F16D73 (or 0xF16D73) is known color: Froly. HEX triplet: F1, 6D and 73. RGB value is (241,109,115). Sum of RGB (Red+Green+Blue) = 241+109+115=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D73 is #0E928C. Grayscale: #959595. Windows color (decimal): -955021 or 7564785. OLE color: 7564785.

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

Color convert

RGB 241 109 115 -
CMYK 0 0.55 0.52 0.05
HSL 357.27º 0.83% 0.69% -
HSV(B) 357.27º 0.55% 0.95% -
XYZ 44.84 30.88 19.82 -
YUV 149.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 241 109 115 0 0.55 0.52 0.05 357.27 0.83 0.69
Hex F1 6D 73 0 37 34 5 165 52 45
Octal 361 155 163 0 67 64 5 545 122 105
Binary 11110001 1101101 1110011 0 110111 110100 101 101100101 1010010 1000101

Color Harmonies of #F16D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D73

Black with #F16D73

Text Example


Text Example

White with #F16D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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