Html Css Color HEX #FC72DB Pale Magenta

📋 copy color: '#FC72DB'

red 252 ◦ green 114 ◦ blue 219

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

Shades of Pale Magenta #FC72DB

Tints of Pale Magenta #FC72DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 43.08%
G = 19.49%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC72DB (or 0xFC72DB) is known color: Pale Magenta. HEX triplet: FC, 72 and DB. RGB value is (252,114,219). Sum of RGB (Red+Green+Blue) = 252+114+219=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72DB is #038D24. Grayscale: #A6A6A6. Windows color (decimal): -232741 or 14381820. OLE color: 14381820.

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

Color convert

RGB 252 114 219 -
CMYK 0 0.55 0.13 0.01
HSL 314.35º 0.96% 0.72% -
HSV(B) 314.35º 0.55% 0.99% -
XYZ 58.95 37.84 71.22 -
YUV 167.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 252 114 219 0 0.55 0.13 0.01 314.35 0.96 0.72
Hex FC 72 DB 0 37 D 1 13A 60 48
Octal 374 162 333 0 67 15 1 472 140 110
Binary 11111100 1110010 11011011 0 110111 1101 1 100111010 1100000 1001000

Color Harmonies of #FC72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72DB

Black with #FC72DB

Text Example


Text Example

White with #FC72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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