Html Css Color HEX #F16D6F Froly

📋 copy color: '#F16D6F'

red 241 ◦ green 109 ◦ blue 111

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

Shades of Froly #F16D6F

Tints of Froly #F16D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 52.28%
G = 23.64%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F16D6F (or 0xF16D6F) is known color: Froly. HEX triplet: F1, 6D and 6F. RGB value is (241,109,111). Sum of RGB (Red+Green+Blue) = 241+109+111=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D6F is #0E9290. Grayscale: #949494. Windows color (decimal): -955025 or 7302641. OLE color: 7302641.

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

Color convert

RGB 241 109 111 -
CMYK 0 0.55 0.54 0.05
HSL 359.09º 0.83% 0.69% -
HSV(B) 359.09º 0.55% 0.95% -
XYZ 44.61 30.79 18.63 -
YUV 148.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 241 109 111 0 0.55 0.54 0.05 359.09 0.83 0.69
Hex F1 6D 6F 0 37 36 5 167 52 45
Octal 361 155 157 0 67 66 5 547 122 105
Binary 11110001 1101101 1101111 0 110111 110110 101 101100111 1010010 1000101

Color Harmonies of #F16D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D6F

Black with #F16D6F

Text Example


Text Example

White with #F16D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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