Html Css Color HEX #FD72DB Pale Magenta

📋 copy color: '#FD72DB'

red 253 ◦ green 114 ◦ blue 219

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

Shades of Pale Magenta #FD72DB

Tints of Pale Magenta #FD72DB

RGB

 RED value IS 253 (99.22% from 255) = 43.17%

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

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 43.17%
G = 19.45%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD72DB (or 0xFD72DB) is known color: Pale Magenta. HEX triplet: FD, 72 and DB. RGB value is (253,114,219). Sum of RGB (Red+Green+Blue) = 253+114+219=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 114 (44.92% from 255 or 19.45% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD72DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD72DB is #028D24. Grayscale: #A7A7A7. Windows color (decimal): -167205 or 14381821. OLE color: 14381821.

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

Color convert

RGB 253 114 219 -
CMYK 0 0.55 0.13 0.01
HSL 314.68º 0.97% 0.72% -
HSV(B) 314.68º 0.55% 0.99% -
XYZ 59.31 38.03 71.23 -
YUV 167.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 253 114 219 0 0.55 0.13 0.01 314.68 0.97 0.72
Hex FD 72 DB 0 37 D 1 13B 61 48
Octal 375 162 333 0 67 15 1 473 141 110
Binary 11111101 1110010 11011011 0 110111 1101 1 100111011 1100001 1001000

Color Harmonies of #FD72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD72DB

Black with #FD72DB

Text Example


Text Example

White with #FD72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD72DB; }

 p { color: rgb(253,114,219); }

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

background-color css

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

 a { background-color: rgb(253,114,219); }

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

border-color css

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

 span { border-color: rgb(253,114,219); }

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