Html Css Color HEX #FC7C80 Froly

📋 copy color: '#FC7C80'

red 252 ◦ green 124 ◦ blue 128

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

Shades of Froly #FC7C80

Tints of Froly #FC7C80

RGB

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

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

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

R = 50%
G = 24.6%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC7C80 (or 0xFC7C80) is known color: Froly. HEX triplet: FC, 7C and 80. RGB value is (252,124,128). Sum of RGB (Red+Green+Blue) = 252+124+128=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7C80 is #03837F. Grayscale: #A2A2A2. Windows color (decimal): -230272 or 8420604. OLE color: 8420604.

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

Color convert

RGB 252 124 128 -
CMYK 0 0.51 0.49 0.01
HSL 358.13º 0.96% 0.74% -
HSV(B) 358.13º 0.51% 0.99% -
XYZ 51.25 36.67 24.8 -
YUV 162.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 252 124 128 0 0.51 0.49 0.01 358.13 0.96 0.74
Hex FC 7C 80 0 33 31 1 166 60 4A
Octal 374 174 200 0 63 61 1 546 140 112
Binary 11111100 1111100 10000000 0 110011 110001 1 101100110 1100000 1001010

Color Harmonies of #FC7C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C80

Black with #FC7C80

Text Example


Text Example

White with #FC7C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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