Html Css Color HEX #FF72DF Pale Magenta

📋 copy color: '#FF72DF'

red 255 ◦ green 114 ◦ blue 223

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

Shades of Pale Magenta #FF72DF

Tints of Pale Magenta #FF72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 43.07%
G = 19.26%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF72DF (or 0xFF72DF) is known color: Pale Magenta. HEX triplet: FF, 72 and DF. RGB value is (255,114,223). Sum of RGB (Red+Green+Blue) = 255+114+223=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72DF is #008D20. Grayscale: #A8A8A8. Windows color (decimal): -36129 or 14643967. OLE color: 14643967.

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

Color convert

RGB 255 114 223 -
CMYK 0 0.55 0.13 0
HSL 313.62º 1% 0.72% -
HSV(B) 313.62º 0.55% 1% -
XYZ 60.58 38.62 74.07 -
YUV 168.59 158.71 189.64 -
System Red Green Blue C M Y K H S L
Decimal 255 114 223 0 0.55 0.13 0 313.62 1 0.72
Hex FF 72 DF 0 37 D 0 13A 64 48
Octal 377 162 337 0 67 15 0 472 144 110
Binary 11111111 1110010 11011111 0 110111 1101 0 100111010 1100100 1001000

Color Harmonies of #FF72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72DF

Black with #FF72DF

Text Example


Text Example

White with #FF72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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