Html Css Color HEX #FC75DF Pale Magenta

📋 copy color: '#FC75DF'

red 252 ◦ green 117 ◦ blue 223

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

Shades of Pale Magenta #FC75DF

Tints of Pale Magenta #FC75DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.76%

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

R = 42.57%
G = 19.76%
B = 37.67%

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

#FC75DF (or 0xFC75DF) is known color: Pale Magenta. HEX triplet: FC, 75 and DF. RGB value is (252,117,223). Sum of RGB (Red+Green+Blue) = 252+117+223=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75DF is #038A20. Grayscale: #A9A9A9. Windows color (decimal): -231969 or 14644732. OLE color: 14644732.

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

Color convert

RGB 252 117 223 -
CMYK 0 0.54 0.12 0.01
HSL 312.89º 0.96% 0.72% -
HSV(B) 312.89º 0.54% 0.99% -
XYZ 59.83 38.75 74.14 -
YUV 169.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 252 117 223 0 0.54 0.12 0.01 312.89 0.96 0.72
Hex FC 75 DF 0 36 C 1 139 60 48
Octal 374 165 337 0 66 14 1 471 140 110
Binary 11111100 1110101 11011111 0 110110 1100 1 100111001 1100000 1001000

Color Harmonies of #FC75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC75DF

Black with #FC75DF

Text Example


Text Example

White with #FC75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC75DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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