Html Css Color HEX #FC6FDD Pale Magenta

📋 copy color: '#FC6FDD'

red 252 ◦ green 111 ◦ blue 221

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

Shades of Pale Magenta #FC6FDD

Tints of Pale Magenta #FC6FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 43.15%
G = 19.01%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC6FDD (or 0xFC6FDD) is known color: Pale Magenta. HEX triplet: FC, 6F and DD. RGB value is (252,111,221). Sum of RGB (Red+Green+Blue) = 252+111+221=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FDD is #039022. Grayscale: #A5A5A5. Windows color (decimal): -233507 or 14512124. OLE color: 14512124.

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

Color convert

RGB 252 111 221 -
CMYK 0 0.56 0.12 0.01
HSL 313.19º 0.96% 0.71% -
HSV(B) 313.19º 0.56% 0.99% -
XYZ 58.88 37.28 72.5 -
YUV 165.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 252 111 221 0 0.56 0.12 0.01 313.19 0.96 0.71
Hex FC 6F DD 0 38 C 1 139 60 47
Octal 374 157 335 0 70 14 1 471 140 107
Binary 11111100 1101111 11011101 0 111000 1100 1 100111001 1100000 1000111

Color Harmonies of #FC6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FDD

Black with #FC6FDD

Text Example


Text Example

White with #FC6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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