Html Css Color HEX #FC7FDF Pale Magenta

📋 copy color: '#FC7FDF'

red 252 ◦ green 127 ◦ blue 223

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

Shades of Pale Magenta #FC7FDF

Tints of Pale Magenta #FC7FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.04%

R = 41.86%
G = 21.1%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC7FDF (or 0xFC7FDF) is known color: Pale Magenta. HEX triplet: FC, 7F and DF. RGB value is (252,127,223). Sum of RGB (Red+Green+Blue) = 252+127+223=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FDF is #038020. Grayscale: #AFAFAF. Windows color (decimal): -229409 or 14647292. OLE color: 14647292.

HSL color Cylindrical-coordinate representation of color #FC7FDF: hue angle of 313.92º 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 #FC7FDF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 223 -
CMYK 0 0.50 0.12 0.01
HSL 313.92º 0.95% 0.74% -
HSV(B) 313.92º 0.5% 0.99% -
XYZ 61.05 41.2 74.55 -
YUV 175.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 252 127 223 0 0.50 0.12 0.01 313.92 0.95 0.74
Hex FC 7F DF 0 32 C 1 13A 5F 4A
Octal 374 177 337 0 62 14 1 472 137 112
Binary 11111100 1111111 11011111 0 110010 1100 1 100111010 1011111 1001010

Color Harmonies of #FC7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FDF

Black with #FC7FDF

Text Example


Text Example

White with #FC7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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