Html Css Color HEX #F16566 Froly

📋 copy color: '#F16566'

red 241 ◦ green 101 ◦ blue 102

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

Shades of Froly #F16566

Tints of Froly #F16566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.75%

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

R = 54.28%
G = 22.75%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F16566 (or 0xF16566) is known color: Froly. HEX triplet: F1, 65 and 66. RGB value is (241,101,102). Sum of RGB (Red+Green+Blue) = 241+101+102=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F16566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16566 is #0E9A99. Grayscale: #8F8F8F. Windows color (decimal): -957082 or 6710769. OLE color: 6710769.

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

Color convert

RGB 241 101 102 -
CMYK 0 0.58 0.58 0.05
HSL 359.57º 0.83% 0.67% -
HSV(B) 359.57º 0.58% 0.95% -
XYZ 43.33 28.97 15.88 -
YUV 142.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 241 101 102 0 0.58 0.58 0.05 359.57 0.83 0.67
Hex F1 65 66 0 3A 3A 5 168 53 43
Octal 361 145 146 0 72 72 5 550 123 103
Binary 11110001 1100101 1100110 0 111010 111010 101 101101000 1010011 1000011

Color Harmonies of #F16566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16566

Black with #F16566

Text Example


Text Example

White with #F16566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16566; }

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

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

background-color css

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

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

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

border-color css

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

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

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