Html Css Color HEX #F66566 Froly

📋 copy color: '#F66566'

red 246 ◦ green 101 ◦ blue 102

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

Shades of Froly #F66566

Tints of Froly #F66566

RGB

 RED value IS 246 (96.48% from 255) = 54.79%

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

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

R = 54.79%
G = 22.49%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F66566 (or 0xF66566) is known color: Froly. HEX triplet: F6, 65 and 66. RGB value is (246,101,102). Sum of RGB (Red+Green+Blue) = 246+101+102=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F66566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66566 is #099A99. Grayscale: #909090. Windows color (decimal): -629402 or 6710774. OLE color: 6710774.

HSL color Cylindrical-coordinate representation of color #F66566: hue angle of 359.59º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66566 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 101 102 -
CMYK 0 0.59 0.59 0.04
HSL 359.59º 0.89% 0.68% -
HSV(B) 359.59º 0.59% 0.96% -
XYZ 45.06 29.86 15.96 -
YUV 144.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 246 101 102 0 0.59 0.59 0.04 359.59 0.89 0.68
Hex F6 65 66 0 3B 3B 4 168 59 44
Octal 366 145 146 0 73 73 4 550 131 104
Binary 11110110 1100101 1100110 0 111011 111011 100 101101000 1011001 1000100

Color Harmonies of #F66566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66566

Black with #F66566

Text Example


Text Example

White with #F66566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66566; }

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

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

background-color css

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

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

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

border-color css

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

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

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