Html Css Color HEX #F16266 Froly

📋 copy color: '#F16266'

red 241 ◦ green 98 ◦ blue 102

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

Shades of Froly #F16266

Tints of Froly #F16266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.22%

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

R = 54.65%
G = 22.22%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F16266 (or 0xF16266) is known color: Froly. HEX triplet: F1, 62 and 66. RGB value is (241,98,102). Sum of RGB (Red+Green+Blue) = 241+98+102=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F16266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16266 is #0E9D99. Grayscale: #8D8D8D. Windows color (decimal): -957850 or 6710001. OLE color: 6710001.

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

Color convert

RGB 241 98 102 -
CMYK 0 0.59 0.58 0.05
HSL 358.32º 0.84% 0.66% -
HSV(B) 358.32º 0.59% 0.95% -
XYZ 43.04 28.4 15.78 -
YUV 141.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 241 98 102 0 0.59 0.58 0.05 358.32 0.84 0.66
Hex F1 62 66 0 3B 3A 5 166 54 42
Octal 361 142 146 0 73 72 5 546 124 102
Binary 11110001 1100010 1100110 0 111011 111010 101 101100110 1010100 1000010

Color Harmonies of #F16266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16266

Black with #F16266

Text Example


Text Example

White with #F16266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16266; }

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

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

background-color css

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

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

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

border-color css

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

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

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