Html Css Color HEX #FC72DD Pale Magenta

📋 copy color: '#FC72DD'

red 252 ◦ green 114 ◦ blue 221

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

Shades of Pale Magenta #FC72DD

Tints of Pale Magenta #FC72DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.42%

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

R = 42.93%
G = 19.42%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC72DD (or 0xFC72DD) is known color: Pale Magenta. HEX triplet: FC, 72 and DD. RGB value is (252,114,221). Sum of RGB (Red+Green+Blue) = 252+114+221=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72DD is #038D22. Grayscale: #A7A7A7. Windows color (decimal): -232739 or 14512892. OLE color: 14512892.

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

Color convert

RGB 252 114 221 -
CMYK 0 0.55 0.12 0.01
HSL 313.48º 0.96% 0.72% -
HSV(B) 313.48º 0.55% 0.99% -
XYZ 59.21 37.95 72.61 -
YUV 167.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 252 114 221 0 0.55 0.12 0.01 313.48 0.96 0.72
Hex FC 72 DD 0 37 C 1 139 60 48
Octal 374 162 335 0 67 14 1 471 140 110
Binary 11111100 1110010 11011101 0 110111 1100 1 100111001 1100000 1001000

Color Harmonies of #FC72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72DD

Black with #FC72DD

Text Example


Text Example

White with #FC72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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