Html Css Color HEX #FC74E6 Pale Magenta

📋 copy color: '#FC74E6'

red 252 ◦ green 116 ◦ blue 230

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

Shades of Pale Magenta #FC74E6

Tints of Pale Magenta #FC74E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 42.14%
G = 19.4%
B = 38.46%

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

#FC74E6 (or 0xFC74E6) is known color: Pale Magenta. HEX triplet: FC, 74 and E6. RGB value is (252,116,230). Sum of RGB (Red+Green+Blue) = 252+116+230=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 116 (45.70% from 255 or 19.40% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74E6 is #038B19. Grayscale: #A9A9A9. Windows color (decimal): -232218 or 15103228. OLE color: 15103228.

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

Color convert

RGB 252 116 230 -
CMYK 0 0.54 0.09 0.01
HSL 309.71º 0.96% 0.72% -
HSV(B) 309.71º 0.54% 0.99% -
XYZ 60.67 38.9 79.17 -
YUV 169.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 252 116 230 0 0.54 0.09 0.01 309.71 0.96 0.72
Hex FC 74 E6 0 36 9 1 136 60 48
Octal 374 164 346 0 66 11 1 466 140 110
Binary 11111100 1110100 11100110 0 110110 1001 1 100110110 1100000 1001000

Color Harmonies of #FC74E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74E6

Black with #FC74E6

Text Example


Text Example

White with #FC74E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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