Html Css Color HEX #FC74DF Pale Magenta

📋 copy color: '#FC74DF'

red 252 ◦ green 116 ◦ blue 223

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

Shades of Pale Magenta #FC74DF

Tints of Pale Magenta #FC74DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 42.64%
G = 19.63%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC74DF (or 0xFC74DF) is known color: Pale Magenta. HEX triplet: FC, 74 and DF. RGB value is (252,116,223). Sum of RGB (Red+Green+Blue) = 252+116+223=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74DF is #038B20. Grayscale: #A8A8A8. Windows color (decimal): -232225 or 14644476. OLE color: 14644476.

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

Color convert

RGB 252 116 223 -
CMYK 0 0.54 0.12 0.01
HSL 312.79º 0.96% 0.72% -
HSV(B) 312.79º 0.54% 0.99% -
XYZ 59.71 38.51 74.1 -
YUV 168.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 252 116 223 0 0.54 0.12 0.01 312.79 0.96 0.72
Hex FC 74 DF 0 36 C 1 139 60 48
Octal 374 164 337 0 66 14 1 471 140 110
Binary 11111100 1110100 11011111 0 110110 1100 1 100111001 1100000 1001000

Color Harmonies of #FC74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74DF

Black with #FC74DF

Text Example


Text Example

White with #FC74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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