Html Css Color HEX #FC74E7 Pale Magenta

📋 copy color: '#FC74E7'

red 252 ◦ green 116 ◦ blue 231

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

Shades of Pale Magenta #FC74E7

Tints of Pale Magenta #FC74E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.56%

R = 42.07%
G = 19.37%
B = 38.56%

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

#FC74E7 (or 0xFC74E7) is known color: Pale Magenta. HEX triplet: FC, 74 and E7. RGB value is (252,116,231). Sum of RGB (Red+Green+Blue) = 252+116+231=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 116 (45.70% from 255 or 19.37% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74E7 is #038B18. Grayscale: #A9A9A9. Windows color (decimal): -232217 or 15168764. OLE color: 15168764.

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

Color convert

RGB 252 116 231 -
CMYK 0 0.54 0.08 0.01
HSL 309.26º 0.96% 0.72% -
HSV(B) 309.26º 0.54% 0.99% -
XYZ 60.81 38.96 79.92 -
YUV 169.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 252 116 231 0 0.54 0.08 0.01 309.26 0.96 0.72
Hex FC 74 E7 0 36 8 1 135 60 48
Octal 374 164 347 0 66 10 1 465 140 110
Binary 11111100 1110100 11100111 0 110110 1000 1 100110101 1100000 1001000

Color Harmonies of #FC74E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74E7

Black with #FC74E7

Text Example


Text Example

White with #FC74E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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