Html Css Color HEX #F16166 Froly

📋 copy color: '#F16166'

red 241 ◦ green 97 ◦ blue 102

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

Shades of Froly #F16166

Tints of Froly #F16166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.05%

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 54.77%
G = 22.05%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F16166 (or 0xF16166) is known color: Froly. HEX triplet: F1, 61 and 66. RGB value is (241,97,102). Sum of RGB (Red+Green+Blue) = 241+97+102=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F16166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16166 is #0E9E99. Grayscale: #8C8C8C. Windows color (decimal): -958106 or 6709745. OLE color: 6709745.

HSL color Cylindrical-coordinate representation of color #F16166: hue angle of 357.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16166 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 102 -
CMYK 0 0.60 0.58 0.05
HSL 357.92º 0.84% 0.66% -
HSV(B) 357.92º 0.6% 0.95% -
XYZ 42.95 28.21 15.75 -
YUV 140.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 241 97 102 0 0.60 0.58 0.05 357.92 0.84 0.66
Hex F1 61 66 0 3C 3A 5 166 54 42
Octal 361 141 146 0 74 72 5 546 124 102
Binary 11110001 1100001 1100110 0 111100 111010 101 101100110 1010100 1000010

Color Harmonies of #F16166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16166

Black with #F16166

Text Example


Text Example

White with #F16166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16166; }

 p { color: rgb(241,97,102); }

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

background-color css

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

 a { background-color: rgb(241,97,102); }

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

border-color css

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

 span { border-color: rgb(241,97,102); }

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