Html Css Color HEX #F76A6C Froly

📋 copy color: '#F76A6C'

red 247 ◦ green 106 ◦ blue 108

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

Shades of Froly #F76A6C

Tints of Froly #F76A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 53.58%
G = 22.99%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F76A6C (or 0xF76A6C) is known color: Froly. HEX triplet: F7, 6A and 6C. RGB value is (247,106,108). Sum of RGB (Red+Green+Blue) = 247+106+108=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76A6C is #089593. Grayscale: #949494. Windows color (decimal): -562580 or 7105271. OLE color: 7105271.

HSL color Cylindrical-coordinate representation of color #F76A6C: hue angle of 359.15º 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 #F76A6C is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 106 108 -
CMYK 0 0.57 0.56 0.03
HSL 359.15º 0.9% 0.69% -
HSV(B) 359.15º 0.57% 0.97% -
XYZ 46.22 31.16 17.77 -
YUV 148.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 247 106 108 0 0.57 0.56 0.03 359.15 0.9 0.69
Hex F7 6A 6C 0 39 38 3 167 5A 45
Octal 367 152 154 0 71 70 3 547 132 105
Binary 11110111 1101010 1101100 0 111001 111000 11 101100111 1011010 1000101

Color Harmonies of #F76A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A6C

Black with #F76A6C

Text Example


Text Example

White with #F76A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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