Html Css Color HEX #FC7FF0 Pale Magenta

📋 copy color: '#FC7FF0'

red 252 ◦ green 127 ◦ blue 240

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

Shades of Pale Magenta #FC7FF0

Tints of Pale Magenta #FC7FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 40.71%
G = 20.52%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC7FF0 (or 0xFC7FF0) is known color: Pale Magenta. HEX triplet: FC, 7F and F0. RGB value is (252,127,240). Sum of RGB (Red+Green+Blue) = 252+127+240=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7FF0 is #03800F. Grayscale: #B0B0B0. Windows color (decimal): -229392 or 15761404. OLE color: 15761404.

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

Color convert

RGB 252 127 240 -
CMYK 0 0.50 0.05 0.01
HSL 305.76º 0.95% 0.74% -
HSV(B) 305.76º 0.5% 0.99% -
XYZ 63.46 42.17 87.23 -
YUV 177.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 252 127 240 0 0.50 0.05 0.01 305.76 0.95 0.74
Hex FC 7F F0 0 32 5 1 132 5F 4A
Octal 374 177 360 0 62 5 1 462 137 112
Binary 11111100 1111111 11110000 0 110010 101 1 100110010 1011111 1001010

Color Harmonies of #FC7FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FF0

Black with #FC7FF0

Text Example


Text Example

White with #FC7FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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