Html Css Color HEX #F76D6E Froly

📋 copy color: '#F76D6E'

red 247 ◦ green 109 ◦ blue 110

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

Shades of Froly #F76D6E

Tints of Froly #F76D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.39%

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 53%
G = 23.39%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F76D6E (or 0xF76D6E) is known color: Froly. HEX triplet: F7, 6D and 6E. RGB value is (247,109,110). Sum of RGB (Red+Green+Blue) = 247+109+110=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76D6E is #089291. Grayscale: #969696. Windows color (decimal): -561810 or 7237111. OLE color: 7237111.

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

Color convert

RGB 247 109 110 -
CMYK 0 0.56 0.55 0.03
HSL 359.57º 0.9% 0.7% -
HSV(B) 359.57º 0.56% 0.97% -
XYZ 46.64 31.84 18.44 -
YUV 150.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 247 109 110 0 0.56 0.55 0.03 359.57 0.9 0.7
Hex F7 6D 6E 0 38 37 3 168 5A 46
Octal 367 155 156 0 70 67 3 550 132 106
Binary 11110111 1101101 1101110 0 111000 110111 11 101101000 1011010 1000110

Color Harmonies of #F76D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76D6E

Black with #F76D6E

Text Example


Text Example

White with #F76D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76D6E; }

 p { color: rgb(247,109,110); }

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

background-color css

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

 a { background-color: rgb(247,109,110); }

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

border-color css

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

 span { border-color: rgb(247,109,110); }

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