Html Css Color HEX #F76A6E Froly

📋 copy color: '#F76A6E'

red 247 ◦ green 106 ◦ blue 110

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

Shades of Froly #F76A6E

Tints of Froly #F76A6E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.89%

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

R = 53.35%
G = 22.89%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F76A6E (or 0xF76A6E) is known color: Froly. HEX triplet: F7, 6A and 6E. RGB value is (247,106,110). Sum of RGB (Red+Green+Blue) = 247+106+110=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76A6E is #089591. Grayscale: #949494. Windows color (decimal): -562578 or 7236343. OLE color: 7236343.

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

Color convert

RGB 247 106 110 -
CMYK 0 0.57 0.55 0.03
HSL 358.3º 0.9% 0.69% -
HSV(B) 358.3º 0.57% 0.97% -
XYZ 46.33 31.21 18.33 -
YUV 148.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 247 106 110 0 0.57 0.55 0.03 358.3 0.9 0.69
Hex F7 6A 6E 0 39 37 3 166 5A 45
Octal 367 152 156 0 71 67 3 546 132 105
Binary 11110111 1101010 1101110 0 111001 110111 11 101100110 1011010 1000101

Color Harmonies of #F76A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A6E

Black with #F76A6E

Text Example


Text Example

White with #F76A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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