Html Css Color HEX #F76E77 Froly

📋 copy color: '#F76E77'

red 247 ◦ green 110 ◦ blue 119

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

Shades of Froly #F76E77

Tints of Froly #F76E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.11%

 BLUE value IS 119 (46.88% from 255) = 25%

R = 51.89%
G = 23.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F76E77 (or 0xF76E77) is known color: Froly. HEX triplet: F7, 6E and 77. RGB value is (247,110,119). Sum of RGB (Red+Green+Blue) = 247+110+119=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76E77 is #089188. Grayscale: #989898. Windows color (decimal): -561545 or 7827191. OLE color: 7827191.

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

Color convert

RGB 247 110 119 -
CMYK 0 0.55 0.52 0.03
HSL 356.06º 0.9% 0.7% -
HSV(B) 356.06º 0.55% 0.97% -
XYZ 47.26 32.26 21.19 -
YUV 151.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 247 110 119 0 0.55 0.52 0.03 356.06 0.9 0.7
Hex F7 6E 77 0 37 34 3 164 5A 46
Octal 367 156 167 0 67 64 3 544 132 106
Binary 11110111 1101110 1110111 0 110111 110100 11 101100100 1011010 1000110

Color Harmonies of #F76E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E77

Black with #F76E77

Text Example


Text Example

White with #F76E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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