Html Css Color HEX #FC6FE2 Pale Magenta

📋 copy color: '#FC6FE2'

red 252 ◦ green 111 ◦ blue 226

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

Shades of Pale Magenta #FC6FE2

Tints of Pale Magenta #FC6FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.37%

R = 42.78%
G = 18.85%
B = 38.37%

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

#FC6FE2 (or 0xFC6FE2) is known color: Pale Magenta. HEX triplet: FC, 6F and E2. RGB value is (252,111,226). Sum of RGB (Red+Green+Blue) = 252+111+226=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FE2 is #03901D. Grayscale: #A5A5A5. Windows color (decimal): -233502 or 14839804. OLE color: 14839804.

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

Color convert

RGB 252 111 226 -
CMYK 0 0.56 0.10 0.01
HSL 311.06º 0.96% 0.71% -
HSV(B) 311.06º 0.56% 0.99% -
XYZ 59.56 37.56 76.06 -
YUV 166.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 252 111 226 0 0.56 0.10 0.01 311.06 0.96 0.71
Hex FC 6F E2 0 38 A 1 137 60 47
Octal 374 157 342 0 70 12 1 467 140 107
Binary 11111100 1101111 11100010 0 111000 1010 1 100110111 1100000 1000111

Color Harmonies of #FC6FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FE2

Black with #FC6FE2

Text Example


Text Example

White with #FC6FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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