Html Css Color HEX #FC81EA Pale Magenta

📋 copy color: '#FC81EA'

red 252 ◦ green 129 ◦ blue 234

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

Shades of Pale Magenta #FC81EA

Tints of Pale Magenta #FC81EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 40.98%
G = 20.98%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC81EA (or 0xFC81EA) is known color: Pale Magenta. HEX triplet: FC, 81 and EA. RGB value is (252,129,234). Sum of RGB (Red+Green+Blue) = 252+129+234=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81EA is #037E15. Grayscale: #B1B1B1. Windows color (decimal): -228886 or 15368700. OLE color: 15368700.

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

Color convert

RGB 252 129 234 -
CMYK 0 0.49 0.07 0.01
HSL 308.78º 0.95% 0.75% -
HSV(B) 308.78º 0.49% 0.99% -
XYZ 62.85 42.34 82.7 -
YUV 177.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 252 129 234 0 0.49 0.07 0.01 308.78 0.95 0.75
Hex FC 81 EA 0 31 7 1 135 5F 4B
Octal 374 201 352 0 61 7 1 465 137 113
Binary 11111100 10000001 11101010 0 110001 111 1 100110101 1011111 1001011

Color Harmonies of #FC81EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81EA

Black with #FC81EA

Text Example


Text Example

White with #FC81EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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