Html Css Color HEX #FC74D9 Pale Magenta

📋 copy color: '#FC74D9'

red 252 ◦ green 116 ◦ blue 217

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

Shades of Pale Magenta #FC74D9

Tints of Pale Magenta #FC74D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.09%

R = 43.08%
G = 19.83%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC74D9 (or 0xFC74D9) is known color: Pale Magenta. HEX triplet: FC, 74 and D9. RGB value is (252,116,217). Sum of RGB (Red+Green+Blue) = 252+116+217=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74D9 is #038B26. Grayscale: #A7A7A7. Windows color (decimal): -232231 or 14251260. OLE color: 14251260.

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

Color convert

RGB 252 116 217 -
CMYK 0 0.54 0.14 0.01
HSL 315.44º 0.96% 0.72% -
HSV(B) 315.44º 0.54% 0.99% -
XYZ 58.91 38.2 69.91 -
YUV 168.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 252 116 217 0 0.54 0.14 0.01 315.44 0.96 0.72
Hex FC 74 D9 0 36 E 1 13B 60 48
Octal 374 164 331 0 66 16 1 473 140 110
Binary 11111100 1110100 11011001 0 110110 1110 1 100111011 1100000 1001000

Color Harmonies of #FC74D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74D9

Black with #FC74D9

Text Example


Text Example

White with #FC74D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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