Html Css Color HEX #FC72E2 Pale Magenta

📋 copy color: '#FC72E2'

red 252 ◦ green 114 ◦ blue 226

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

Shades of Pale Magenta #FC72E2

Tints of Pale Magenta #FC72E2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.26%

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

R = 42.57%
G = 19.26%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC72E2 (or 0xFC72E2) is known color: Pale Magenta. HEX triplet: FC, 72 and E2. RGB value is (252,114,226). Sum of RGB (Red+Green+Blue) = 252+114+226=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72E2 is #038D1D. Grayscale: #A7A7A7. Windows color (decimal): -232734 or 14840572. OLE color: 14840572.

HSL color Cylindrical-coordinate representation of color #FC72E2: hue angle of 311.3º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC72E2 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 114 226 -
CMYK 0 0.55 0.10 0.01
HSL 311.3º 0.96% 0.72% -
HSV(B) 311.3º 0.55% 0.99% -
XYZ 59.89 38.22 76.17 -
YUV 168.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 252 114 226 0 0.55 0.10 0.01 311.3 0.96 0.72
Hex FC 72 E2 0 37 A 1 137 60 48
Octal 374 162 342 0 67 12 1 467 140 110
Binary 11111100 1110010 11100010 0 110111 1010 1 100110111 1100000 1001000

Color Harmonies of #FC72E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC72E2

Black with #FC72E2

Text Example


Text Example

White with #FC72E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC72E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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