Html Css Color HEX #FC75E8 Pale Magenta

📋 copy color: '#FC75E8'

red 252 ◦ green 117 ◦ blue 232

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

Shades of Pale Magenta #FC75E8

Tints of Pale Magenta #FC75E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.6%

R = 41.93%
G = 19.47%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC75E8 (or 0xFC75E8) is known color: Pale Magenta. HEX triplet: FC, 75 and E8. RGB value is (252,117,232). Sum of RGB (Red+Green+Blue) = 252+117+232=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 117 (46.09% from 255 or 19.47% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC75E8 is #038A17. Grayscale: #AAAAAA. Windows color (decimal): -231960 or 15234556. OLE color: 15234556.

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

Color convert

RGB 252 117 232 -
CMYK 0 0.54 0.08 0.01
HSL 308.89º 0.96% 0.72% -
HSV(B) 308.89º 0.54% 0.99% -
XYZ 61.07 39.24 80.7 -
YUV 170.48 162.73 186.15 -
System Red Green Blue C M Y K H S L
Decimal 252 117 232 0 0.54 0.08 0.01 308.89 0.96 0.72
Hex FC 75 E8 0 36 8 1 135 60 48
Octal 374 165 350 0 66 10 1 465 140 110
Binary 11111100 1110101 11101000 0 110110 1000 1 100110101 1100000 1001000

Color Harmonies of #FC75E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC75E8

Black with #FC75E8

Text Example


Text Example

White with #FC75E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC75E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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