Html Css Color HEX #FC74E5 Pale Magenta

📋 copy color: '#FC74E5'

red 252 ◦ green 116 ◦ blue 229

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

Shades of Pale Magenta #FC74E5

Tints of Pale Magenta #FC74E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.36%

R = 42.21%
G = 19.43%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC74E5 (or 0xFC74E5) is known color: Pale Magenta. HEX triplet: FC, 74 and E5. RGB value is (252,116,229). Sum of RGB (Red+Green+Blue) = 252+116+229=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74E5 is #038B1A. Grayscale: #A9A9A9. Windows color (decimal): -232219 or 15037692. OLE color: 15037692.

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

Color convert

RGB 252 116 229 -
CMYK 0 0.54 0.09 0.01
HSL 310.15º 0.96% 0.72% -
HSV(B) 310.15º 0.54% 0.99% -
XYZ 60.53 38.84 78.44 -
YUV 169.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 252 116 229 0 0.54 0.09 0.01 310.15 0.96 0.72
Hex FC 74 E5 0 36 9 1 136 60 48
Octal 374 164 345 0 66 11 1 466 140 110
Binary 11111100 1110100 11100101 0 110110 1001 1 100110110 1100000 1001000

Color Harmonies of #FC74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74E5

Black with #FC74E5

Text Example


Text Example

White with #FC74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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