Html Css Color HEX #FC6FE0 Pale Magenta

📋 copy color: '#FC6FE0'

red 252 ◦ green 111 ◦ blue 224

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

Shades of Pale Magenta #FC6FE0

Tints of Pale Magenta #FC6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.91%

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 42.93%
G = 18.91%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC6FE0 (or 0xFC6FE0) is known color: Pale Magenta. HEX triplet: FC, 6F and E0. RGB value is (252,111,224). Sum of RGB (Red+Green+Blue) = 252+111+224=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 111 (43.75% from 255 or 18.91% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FE0 is #03901F. Grayscale: #A5A5A5. Windows color (decimal): -233504 or 14708732. OLE color: 14708732.

HSL color Cylindrical-coordinate representation of color #FC6FE0: hue angle of 311.91º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6FE0 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 111 224 -
CMYK 0 0.56 0.11 0.01
HSL 311.91º 0.96% 0.71% -
HSV(B) 311.91º 0.56% 0.99% -
XYZ 59.28 37.45 74.62 -
YUV 166.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 252 111 224 0 0.56 0.11 0.01 311.91 0.96 0.71
Hex FC 6F E0 0 38 B 1 138 60 47
Octal 374 157 340 0 70 13 1 470 140 107
Binary 11111100 1101111 11100000 0 111000 1011 1 100111000 1100000 1000111

Color Harmonies of #FC6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FE0

Black with #FC6FE0

Text Example


Text Example

White with #FC6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FE0; }

 p { color: rgb(252,111,224); }

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

background-color css

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

 a { background-color: rgb(252,111,224); }

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

border-color css

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

 span { border-color: rgb(252,111,224); }

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