Html Css Color HEX #FC74DA Pale Magenta

📋 copy color: '#FC74DA'

red 252 ◦ green 116 ◦ blue 218

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

Shades of Pale Magenta #FC74DA

Tints of Pale Magenta #FC74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 43%
G = 19.8%
B = 37.2%

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

#FC74DA (or 0xFC74DA) is known color: Pale Magenta. HEX triplet: FC, 74 and DA. RGB value is (252,116,218). Sum of RGB (Red+Green+Blue) = 252+116+218=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74DA is #038B25. Grayscale: #A8A8A8. Windows color (decimal): -232230 or 14316796. OLE color: 14316796.

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

Color convert

RGB 252 116 218 -
CMYK 0 0.54 0.13 0.01
HSL 315º 0.96% 0.72% -
HSV(B) 315º 0.54% 0.99% -
XYZ 59.05 38.25 70.6 -
YUV 168.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 252 116 218 0 0.54 0.13 0.01 315 0.96 0.72
Hex FC 74 DA 0 36 D 1 13B 60 48
Octal 374 164 332 0 66 15 1 473 140 110
Binary 11111100 1110100 11011010 0 110110 1101 1 100111011 1100000 1001000

Color Harmonies of #FC74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74DA

Black with #FC74DA

Text Example


Text Example

White with #FC74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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