Html Css Color HEX #FD72E2 Pale Magenta

📋 copy color: '#FD72E2'

red 253 ◦ green 114 ◦ blue 226

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

Shades of Pale Magenta #FD72E2

Tints of Pale Magenta #FD72E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.11%

R = 42.66%
G = 19.22%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD72E2 (or 0xFD72E2) is known color: Pale Magenta. HEX triplet: FD, 72 and E2. RGB value is (253,114,226). Sum of RGB (Red+Green+Blue) = 253+114+226=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD72E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD72E2 is #028D1D. Grayscale: #A8A8A8. Windows color (decimal): -167198 or 14840573. OLE color: 14840573.

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

Color convert

RGB 253 114 226 -
CMYK 0 0.55 0.11 0.01
HSL 311.65º 0.97% 0.72% -
HSV(B) 311.65º 0.55% 0.99% -
XYZ 60.25 38.41 76.19 -
YUV 168.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 253 114 226 0 0.55 0.11 0.01 311.65 0.97 0.72
Hex FD 72 E2 0 37 B 1 138 61 48
Octal 375 162 342 0 67 13 1 470 141 110
Binary 11111101 1110010 11100010 0 110111 1011 1 100111000 1100001 1001000

Color Harmonies of #FD72E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD72E2

Black with #FD72E2

Text Example


Text Example

White with #FD72E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD72E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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