Html Css Color HEX #FC74E3 Pale Magenta

📋 copy color: '#FC74E3'

red 252 ◦ green 116 ◦ blue 227

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

Shades of Pale Magenta #FC74E3

Tints of Pale Magenta #FC74E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.15%

R = 42.35%
G = 19.5%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC74E3 (or 0xFC74E3) is known color: Pale Magenta. HEX triplet: FC, 74 and E3. RGB value is (252,116,227). Sum of RGB (Red+Green+Blue) = 252+116+227=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 116 (45.70% from 255 or 19.50% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74E3 is #038B1C. Grayscale: #A9A9A9. Windows color (decimal): -232221 or 14906620. OLE color: 14906620.

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

Color convert

RGB 252 116 227 -
CMYK 0 0.54 0.10 0.01
HSL 311.03º 0.96% 0.72% -
HSV(B) 311.03º 0.54% 0.99% -
XYZ 60.26 38.73 76.97 -
YUV 169.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 252 116 227 0 0.54 0.10 0.01 311.03 0.96 0.72
Hex FC 74 E3 0 36 A 1 137 60 48
Octal 374 164 343 0 66 12 1 467 140 110
Binary 11111100 1110100 11100011 0 110110 1010 1 100110111 1100000 1001000

Color Harmonies of #FC74E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74E3

Black with #FC74E3

Text Example


Text Example

White with #FC74E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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