Html Css Color HEX #FC81F0 Pale Magenta

📋 copy color: '#FC81F0'

red 252 ◦ green 129 ◦ blue 240

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

Shades of Pale Magenta #FC81F0

Tints of Pale Magenta #FC81F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.77%

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

R = 40.58%
G = 20.77%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC81F0 (or 0xFC81F0) is known color: Pale Magenta. HEX triplet: FC, 81 and F0. RGB value is (252,129,240). Sum of RGB (Red+Green+Blue) = 252+129+240=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 129 (50.78% from 255 or 20.77% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81F0 is #037E0F. Grayscale: #B2B2B2. Windows color (decimal): -228880 or 15761916. OLE color: 15761916.

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

Color convert

RGB 252 129 240 -
CMYK 0 0.49 0.05 0.01
HSL 305.85º 0.95% 0.75% -
HSV(B) 305.85º 0.49% 0.99% -
XYZ 63.72 42.69 87.32 -
YUV 178.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 252 129 240 0 0.49 0.05 0.01 305.85 0.95 0.75
Hex FC 81 F0 0 31 5 1 132 5F 4B
Octal 374 201 360 0 61 5 1 462 137 113
Binary 11111100 10000001 11110000 0 110001 101 1 100110010 1011111 1001011

Color Harmonies of #FC81F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81F0

Black with #FC81F0

Text Example


Text Example

White with #FC81F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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