Html Css Color HEX #F76A70 Froly

📋 copy color: '#F76A70'

red 247 ◦ green 106 ◦ blue 112

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

Shades of Froly #F76A70

Tints of Froly #F76A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 53.12%
G = 22.8%
B = 24.09%

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

#F76A70 (or 0xF76A70) is known color: Froly. HEX triplet: F7, 6A and 70. RGB value is (247,106,112). Sum of RGB (Red+Green+Blue) = 247+106+112=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76A70 is #08958F. Grayscale: #949494. Windows color (decimal): -562576 or 7367415. OLE color: 7367415.

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

Color convert

RGB 247 106 112 -
CMYK 0 0.57 0.55 0.03
HSL 357.45º 0.9% 0.69% -
HSV(B) 357.45º 0.57% 0.97% -
XYZ 46.44 31.25 18.91 -
YUV 148.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 247 106 112 0 0.57 0.55 0.03 357.45 0.9 0.69
Hex F7 6A 70 0 39 37 3 165 5A 45
Octal 367 152 160 0 71 67 3 545 132 105
Binary 11110111 1101010 1110000 0 111001 110111 11 101100101 1011010 1000101

Color Harmonies of #F76A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A70

Black with #F76A70

Text Example


Text Example

White with #F76A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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