Html Css Color HEX #FC7F80 Froly

📋 copy color: '#FC7F80'

red 252 ◦ green 127 ◦ blue 128

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

Shades of Froly #FC7F80

Tints of Froly #FC7F80

RGB

 RED value IS 252 (98.83% from 255) = 49.7%

 GREEN value IS 127 (50% from 255) = 25.05%

 BLUE value IS 128 (50.39% from 255) = 25.25%

R = 49.7%
G = 25.05%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC7F80 (or 0xFC7F80) is known color: Froly. HEX triplet: FC, 7F and 80. RGB value is (252,127,128). Sum of RGB (Red+Green+Blue) = 252+127+128=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F80 is #03807F. Grayscale: #A4A4A4. Windows color (decimal): -229504 or 8421372. OLE color: 8421372.

HSL color Cylindrical-coordinate representation of color #FC7F80: hue angle of 359.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7F80 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 128 -
CMYK 0 0.50 0.49 0.01
HSL 359.52º 0.95% 0.74% -
HSV(B) 359.52º 0.5% 0.99% -
XYZ 51.63 37.43 24.93 -
YUV 164.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 252 127 128 0 0.50 0.49 0.01 359.52 0.95 0.74
Hex FC 7F 80 0 32 31 1 168 5F 4A
Octal 374 177 200 0 62 61 1 550 137 112
Binary 11111100 1111111 10000000 0 110010 110001 1 101101000 1011111 1001010

Color Harmonies of #FC7F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F80

Black with #FC7F80

Text Example


Text Example

White with #FC7F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F80; }

 p { color: rgb(252,127,128); }

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

background-color css

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

 a { background-color: rgb(252,127,128); }

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

border-color css

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

 span { border-color: rgb(252,127,128); }

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