Html Css Color HEX #FF72EC Pale Magenta

📋 copy color: '#FF72EC'

red 255 ◦ green 114 ◦ blue 236

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

Shades of Pale Magenta #FF72EC

Tints of Pale Magenta #FF72EC

RGB

 RED value IS 255 (100% from 255) = 42.15%

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

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 42.15%
G = 18.84%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF72EC (or 0xFF72EC) is known color: Pale Magenta. HEX triplet: FF, 72 and EC. RGB value is (255,114,236). Sum of RGB (Red+Green+Blue) = 255+114+236=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 114 (44.92% from 255 or 18.84% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF72EC is #008D13. Grayscale: #A9A9A9. Windows color (decimal): -36116 or 15495935. OLE color: 15495935.

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

Color convert

RGB 255 114 236 -
CMYK 0 0.55 0.07 0
HSL 308.09º 1% 0.72% -
HSV(B) 308.09º 0.55% 1% -
XYZ 62.4 39.35 83.66 -
YUV 170.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 255 114 236 0 0.55 0.07 0 308.09 1 0.72
Hex FF 72 EC 0 37 7 0 134 64 48
Octal 377 162 354 0 67 7 0 464 144 110
Binary 11111111 1110010 11101100 0 110111 111 0 100110100 1100100 1001000

Color Harmonies of #FF72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72EC

Black with #FF72EC

Text Example


Text Example

White with #FF72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72EC; }

 p { color: rgb(255,114,236); }

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

background-color css

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

 a { background-color: rgb(255,114,236); }

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

border-color css

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

 span { border-color: rgb(255,114,236); }

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