Html Css Color HEX #F76870 Froly

📋 copy color: '#F76870'

red 247 ◦ green 104 ◦ blue 112

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

Shades of Froly #F76870

Tints of Froly #F76870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.46%

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

R = 53.35%
G = 22.46%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F76870 (or 0xF76870) is known color: Froly. HEX triplet: F7, 68 and 70. RGB value is (247,104,112). Sum of RGB (Red+Green+Blue) = 247+104+112=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F76870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76870 is #08978F. Grayscale: #939393. Windows color (decimal): -563088 or 7366903. OLE color: 7366903.

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

Color convert

RGB 247 104 112 -
CMYK 0 0.58 0.55 0.03
HSL 356.64º 0.9% 0.69% -
HSV(B) 356.64º 0.58% 0.97% -
XYZ 46.23 30.84 18.85 -
YUV 147.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 247 104 112 0 0.58 0.55 0.03 356.64 0.9 0.69
Hex F7 68 70 0 3A 37 3 165 5A 45
Octal 367 150 160 0 72 67 3 545 132 105
Binary 11110111 1101000 1110000 0 111010 110111 11 101100101 1011010 1000101

Color Harmonies of #F76870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76870

Black with #F76870

Text Example


Text Example

White with #F76870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76870; }

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

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

background-color css

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

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

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

border-color css

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

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

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