Html Css Color HEX #FC71DB Pale Magenta

📋 copy color: '#FC71DB'

red 252 ◦ green 113 ◦ blue 219

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

Shades of Pale Magenta #FC71DB

Tints of Pale Magenta #FC71DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.35%

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

R = 43.15%
G = 19.35%
B = 37.5%

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

#FC71DB (or 0xFC71DB) is known color: Pale Magenta. HEX triplet: FC, 71 and DB. RGB value is (252,113,219). Sum of RGB (Red+Green+Blue) = 252+113+219=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71DB is #038E24. Grayscale: #A6A6A6. Windows color (decimal): -232997 or 14381564. OLE color: 14381564.

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

Color convert

RGB 252 113 219 -
CMYK 0 0.55 0.13 0.01
HSL 314.24º 0.96% 0.72% -
HSV(B) 314.24º 0.55% 0.99% -
XYZ 58.84 37.62 71.18 -
YUV 166.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 252 113 219 0 0.55 0.13 0.01 314.24 0.96 0.72
Hex FC 71 DB 0 37 D 1 13A 60 48
Octal 374 161 333 0 67 15 1 472 140 110
Binary 11111100 1110001 11011011 0 110111 1101 1 100111010 1100000 1001000

Color Harmonies of #FC71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71DB

Black with #FC71DB

Text Example


Text Example

White with #FC71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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