Html Css Color HEX #FC8AF0 Pale Magenta

📋 copy color: '#FC8AF0'

red 252 ◦ green 138 ◦ blue 240

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

Shades of Pale Magenta #FC8AF0

Tints of Pale Magenta #FC8AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.9%

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

R = 40%
G = 21.9%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC8AF0 (or 0xFC8AF0) is known color: Pale Magenta. HEX triplet: FC, 8A and F0. RGB value is (252,138,240). Sum of RGB (Red+Green+Blue) = 252+138+240=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 138 (54.30% from 255 or 21.90% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AF0 is #03750F. Grayscale: #B7B7B7. Windows color (decimal): -226576 or 15764220. OLE color: 15764220.

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

Color convert

RGB 252 138 240 -
CMYK 0 0.45 0.05 0.01
HSL 306.32º 0.95% 0.76% -
HSV(B) 306.32º 0.45% 0.99% -
XYZ 64.96 45.16 87.73 -
YUV 183.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 252 138 240 0 0.45 0.05 0.01 306.32 0.95 0.76
Hex FC 8A F0 0 2D 5 1 132 5F 4C
Octal 374 212 360 0 55 5 1 462 137 114
Binary 11111100 10001010 11110000 0 101101 101 1 100110010 1011111 1001100

Color Harmonies of #FC8AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8AF0

Black with #FC8AF0

Text Example


Text Example

White with #FC8AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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