Html Css Color HEX #FC74DC Pale Magenta

📋 copy color: '#FC74DC'

red 252 ◦ green 116 ◦ blue 220

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

Shades of Pale Magenta #FC74DC

Tints of Pale Magenta #FC74DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.73%

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 42.86%
G = 19.73%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC74DC (or 0xFC74DC) is known color: Pale Magenta. HEX triplet: FC, 74 and DC. RGB value is (252,116,220). Sum of RGB (Red+Green+Blue) = 252+116+220=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74DC is #038B23. Grayscale: #A8A8A8. Windows color (decimal): -232228 or 14447868. OLE color: 14447868.

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

Color convert

RGB 252 116 220 -
CMYK 0 0.54 0.13 0.01
HSL 314.12º 0.96% 0.72% -
HSV(B) 314.12º 0.54% 0.99% -
XYZ 59.31 38.35 71.99 -
YUV 168.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 252 116 220 0 0.54 0.13 0.01 314.12 0.96 0.72
Hex FC 74 DC 0 36 D 1 13A 60 48
Octal 374 164 334 0 66 15 1 472 140 110
Binary 11111100 1110100 11011100 0 110110 1101 1 100111010 1100000 1001000

Color Harmonies of #FC74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74DC

Black with #FC74DC

Text Example


Text Example

White with #FC74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74DC; }

 p { color: rgb(252,116,220); }

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

background-color css

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

 a { background-color: rgb(252,116,220); }

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

border-color css

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

 span { border-color: rgb(252,116,220); }

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