Html Css Color HEX #F76566 Froly

📋 copy color: '#F76566'

red 247 ◦ green 101 ◦ blue 102

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

Shades of Froly #F76566

Tints of Froly #F76566

RGB

 RED value IS 247 (96.88% from 255) = 54.89%

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

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

R = 54.89%
G = 22.44%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F76566 (or 0xF76566) is known color: Froly. HEX triplet: F7, 65 and 66. RGB value is (247,101,102). Sum of RGB (Red+Green+Blue) = 247+101+102=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F76566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76566 is #089A99. Grayscale: #909090. Windows color (decimal): -563866 or 6710775. OLE color: 6710775.

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

Color convert

RGB 247 101 102 -
CMYK 0 0.59 0.59 0.03
HSL 359.59º 0.9% 0.68% -
HSV(B) 359.59º 0.59% 0.97% -
XYZ 45.41 30.04 15.98 -
YUV 144.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 247 101 102 0 0.59 0.59 0.03 359.59 0.9 0.68
Hex F7 65 66 0 3B 3B 3 168 5A 44
Octal 367 145 146 0 73 73 3 550 132 104
Binary 11110111 1100101 1100110 0 111011 111011 11 101101000 1011010 1000100

Color Harmonies of #F76566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76566

Black with #F76566

Text Example


Text Example

White with #F76566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76566; }

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

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

background-color css

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

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

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

border-color css

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

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

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