Html Css Color HEX #FC74ED Pale Magenta

📋 copy color: '#FC74ED'

red 252 ◦ green 116 ◦ blue 237

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

Shades of Pale Magenta #FC74ED

Tints of Pale Magenta #FC74ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.17%

R = 41.65%
G = 19.17%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC74ED (or 0xFC74ED) is known color: Pale Magenta. HEX triplet: FC, 74 and ED. RGB value is (252,116,237). Sum of RGB (Red+Green+Blue) = 252+116+237=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 116 (45.70% from 255 or 19.17% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74ED is #038B12. Grayscale: #AAAAAA. Windows color (decimal): -232211 or 15561980. OLE color: 15561980.

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

Color convert

RGB 252 116 237 -
CMYK 0 0.54 0.06 0.01
HSL 306.62º 0.96% 0.72% -
HSV(B) 306.62º 0.54% 0.99% -
XYZ 61.68 39.3 84.46 -
YUV 170.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 252 116 237 0 0.54 0.06 0.01 306.62 0.96 0.72
Hex FC 74 ED 0 36 6 1 133 60 48
Octal 374 164 355 0 66 6 1 463 140 110
Binary 11111100 1110100 11101101 0 110110 110 1 100110011 1100000 1001000

Color Harmonies of #FC74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74ED

Black with #FC74ED

Text Example


Text Example

White with #FC74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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