Html Css Color HEX #FC7FDA Pale Magenta

📋 copy color: '#FC7FDA'

red 252 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #FC7FDA

Tints of Pale Magenta #FC7FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 42.21%
G = 21.27%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC7FDA (or 0xFC7FDA) is known color: Pale Magenta. HEX triplet: FC, 7F and DA. RGB value is (252,127,218). Sum of RGB (Red+Green+Blue) = 252+127+218=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FDA is #038025. Grayscale: #AEAEAE. Windows color (decimal): -229414 or 14319612. OLE color: 14319612.

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

Color convert

RGB 252 127 218 -
CMYK 0 0.50 0.13 0.01
HSL 316.32º 0.95% 0.74% -
HSV(B) 316.32º 0.5% 0.99% -
XYZ 60.39 40.94 71.05 -
YUV 174.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 252 127 218 0 0.50 0.13 0.01 316.32 0.95 0.74
Hex FC 7F DA 0 32 D 1 13C 5F 4A
Octal 374 177 332 0 62 15 1 474 137 112
Binary 11111100 1111111 11011010 0 110010 1101 1 100111100 1011111 1001010

Color Harmonies of #FC7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FDA

Black with #FC7FDA

Text Example


Text Example

White with #FC7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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