Html Css Color HEX #FF72DC Pale Magenta

📋 copy color: '#FF72DC'

red 255 ◦ green 114 ◦ blue 220

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

Shades of Pale Magenta #FF72DC

Tints of Pale Magenta #FF72DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 43.29%
G = 19.35%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF72DC (or 0xFF72DC) is known color: Pale Magenta. HEX triplet: FF, 72 and DC. RGB value is (255,114,220). Sum of RGB (Red+Green+Blue) = 255+114+220=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72DC is #008D23. Grayscale: #A7A7A7. Windows color (decimal): -36132 or 14447359. OLE color: 14447359.

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

Color convert

RGB 255 114 220 -
CMYK 0 0.55 0.14 0
HSL 314.89º 1% 0.72% -
HSV(B) 314.89º 0.55% 1% -
XYZ 60.18 38.46 71.96 -
YUV 168.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 255 114 220 0 0.55 0.14 0 314.89 1 0.72
Hex FF 72 DC 0 37 E 0 13B 64 48
Octal 377 162 334 0 67 16 0 473 144 110
Binary 11111111 1110010 11011100 0 110111 1110 0 100111011 1100100 1001000

Color Harmonies of #FF72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72DC

Black with #FF72DC

Text Example


Text Example

White with #FF72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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