Html Css Color HEX #FC74E2 Pale Magenta

📋 copy color: '#FC74E2'

red 252 ◦ green 116 ◦ blue 226

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

Shades of Pale Magenta #FC74E2

Tints of Pale Magenta #FC74E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.05%

R = 42.42%
G = 19.53%
B = 38.05%

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

#FC74E2 (or 0xFC74E2) is known color: Pale Magenta. HEX triplet: FC, 74 and E2. RGB value is (252,116,226). Sum of RGB (Red+Green+Blue) = 252+116+226=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 116 (45.70% from 255 or 19.53% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74E2 is #038B1D. Grayscale: #A8A8A8. Windows color (decimal): -232222 or 14841084. OLE color: 14841084.

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

Color convert

RGB 252 116 226 -
CMYK 0 0.54 0.10 0.01
HSL 311.47º 0.96% 0.72% -
HSV(B) 311.47º 0.54% 0.99% -
XYZ 60.12 38.68 76.25 -
YUV 169.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 252 116 226 0 0.54 0.10 0.01 311.47 0.96 0.72
Hex FC 74 E2 0 36 A 1 137 60 48
Octal 374 164 342 0 66 12 1 467 140 110
Binary 11111100 1110100 11100010 0 110110 1010 1 100110111 1100000 1001000

Color Harmonies of #FC74E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74E2

Black with #FC74E2

Text Example


Text Example

White with #FC74E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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