Html Css Color HEX #FC6FE3 Pale Magenta

📋 copy color: '#FC6FE3'

red 252 ◦ green 111 ◦ blue 227

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

Shades of Pale Magenta #FC6FE3

Tints of Pale Magenta #FC6FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.47%

R = 42.71%
G = 18.81%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC6FE3 (or 0xFC6FE3) is known color: Pale Magenta. HEX triplet: FC, 6F and E3. RGB value is (252,111,227). Sum of RGB (Red+Green+Blue) = 252+111+227=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 111 (43.75% from 255 or 18.81% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FE3 is #03901C. Grayscale: #A6A6A6. Windows color (decimal): -233501 or 14905340. OLE color: 14905340.

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

Color convert

RGB 252 111 227 -
CMYK 0 0.56 0.10 0.01
HSL 310.64º 0.96% 0.71% -
HSV(B) 310.64º 0.56% 0.99% -
XYZ 59.69 37.61 76.79 -
YUV 166.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 252 111 227 0 0.56 0.10 0.01 310.64 0.96 0.71
Hex FC 6F E3 0 38 A 1 137 60 47
Octal 374 157 343 0 70 12 1 467 140 107
Binary 11111100 1101111 11100011 0 111000 1010 1 100110111 1100000 1000111

Color Harmonies of #FC6FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FE3

Black with #FC6FE3

Text Example


Text Example

White with #FC6FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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