Html Css Color HEX #FC81F2 Pale Magenta

📋 copy color: '#FC81F2'

red 252 ◦ green 129 ◦ blue 242

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

Shades of Pale Magenta #FC81F2

Tints of Pale Magenta #FC81F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.84%

R = 40.45%
G = 20.71%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC81F2 (or 0xFC81F2) is known color: Pale Magenta. HEX triplet: FC, 81 and F2. RGB value is (252,129,242). Sum of RGB (Red+Green+Blue) = 252+129+242=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 129 (50.78% from 255 or 20.71% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81F2 is #037E0D. Grayscale: #B2B2B2. Windows color (decimal): -228878 or 15892988. OLE color: 15892988.

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

Color convert

RGB 252 129 242 -
CMYK 0 0.49 0.04 0.01
HSL 304.88º 0.95% 0.75% -
HSV(B) 304.88º 0.49% 0.99% -
XYZ 64.02 42.81 88.89 -
YUV 178.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 252 129 242 0 0.49 0.04 0.01 304.88 0.95 0.75
Hex FC 81 F2 0 31 4 1 131 5F 4B
Octal 374 201 362 0 61 4 1 461 137 113
Binary 11111100 10000001 11110010 0 110001 100 1 100110001 1011111 1001011

Color Harmonies of #FC81F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81F2

Black with #FC81F2

Text Example


Text Example

White with #FC81F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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