Html Css Color HEX #FF72E6 Pale Magenta

📋 copy color: '#FF72E6'

red 255 ◦ green 114 ◦ blue 230

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

Shades of Pale Magenta #FF72E6

Tints of Pale Magenta #FF72E6

RGB

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

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

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

R = 42.57%
G = 19.03%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF72E6 (or 0xFF72E6) is known color: Pale Magenta. HEX triplet: FF, 72 and E6. RGB value is (255,114,230). Sum of RGB (Red+Green+Blue) = 255+114+230=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 114 (44.92% from 255 or 19.03% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF72E6 is #008D19. Grayscale: #A9A9A9. Windows color (decimal): -36122 or 15102719. OLE color: 15102719.

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

Color convert

RGB 255 114 230 -
CMYK 0 0.55 0.10 0
HSL 310.64º 1% 0.72% -
HSV(B) 310.64º 0.55% 1% -
XYZ 61.54 39.01 79.15 -
YUV 169.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 255 114 230 0 0.55 0.10 0 310.64 1 0.72
Hex FF 72 E6 0 37 A 0 137 64 48
Octal 377 162 346 0 67 12 0 467 144 110
Binary 11111111 1110010 11100110 0 110111 1010 0 100110111 1100100 1001000

Color Harmonies of #FF72E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72E6

Black with #FF72E6

Text Example


Text Example

White with #FF72E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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