Html Css Color HEX #F77C7F Froly

📋 copy color: '#F77C7F'

red 247 ◦ green 124 ◦ blue 127

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

Shades of Froly #F77C7F

Tints of Froly #F77C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.9%

 BLUE value IS 127 (50% from 255) = 25.5%

R = 49.6%
G = 24.9%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F77C7F (or 0xF77C7F) is known color: Froly. HEX triplet: F7, 7C and 7F. RGB value is (247,124,127). Sum of RGB (Red+Green+Blue) = 247+124+127=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C7F is #088380. Grayscale: #A1A1A1. Windows color (decimal): -557953 or 8355063. OLE color: 8355063.

HSL color Cylindrical-coordinate representation of color #F77C7F: hue angle of 358.54º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77C7F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 124 127 -
CMYK 0 0.50 0.49 0.03
HSL 358.54º 0.88% 0.73% -
HSV(B) 358.54º 0.5% 0.97% -
XYZ 49.4 35.72 24.37 -
YUV 161.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 247 124 127 0 0.50 0.49 0.03 358.54 0.88 0.73
Hex F7 7C 7F 0 32 31 3 167 58 49
Octal 367 174 177 0 62 61 3 547 130 111
Binary 11110111 1111100 1111111 0 110010 110001 11 101100111 1011000 1001001

Color Harmonies of #F77C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C7F

Black with #F77C7F

Text Example


Text Example

White with #F77C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C7F; }

 p { color: rgb(247,124,127); }

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

background-color css

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

 a { background-color: rgb(247,124,127); }

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

border-color css

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

 span { border-color: rgb(247,124,127); }

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