Html Css Color HEX #F76A6B Froly

📋 copy color: '#F76A6B'

red 247 ◦ green 106 ◦ blue 107

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

Shades of Froly #F76A6B

Tints of Froly #F76A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.26%

R = 53.7%
G = 23.04%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F76A6B (or 0xF76A6B) is known color: Froly. HEX triplet: F7, 6A and 6B. RGB value is (247,106,107). Sum of RGB (Red+Green+Blue) = 247+106+107=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76A6B is #089594. Grayscale: #949494. Windows color (decimal): -562581 or 7039735. OLE color: 7039735.

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

Color convert

RGB 247 106 107 -
CMYK 0 0.57 0.57 0.03
HSL 359.57º 0.9% 0.69% -
HSV(B) 359.57º 0.57% 0.97% -
XYZ 46.17 31.14 17.49 -
YUV 148.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 247 106 107 0 0.57 0.57 0.03 359.57 0.9 0.69
Hex F7 6A 6B 0 39 39 3 168 5A 45
Octal 367 152 153 0 71 71 3 550 132 105
Binary 11110111 1101010 1101011 0 111001 111001 11 101101000 1011010 1000101

Color Harmonies of #F76A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A6B

Black with #F76A6B

Text Example


Text Example

White with #F76A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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