Html Css Color HEX #FE73DD Pale Magenta

📋 copy color: '#FE73DD'

red 254 ◦ green 115 ◦ blue 221

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

Shades of Pale Magenta #FE73DD

Tints of Pale Magenta #FE73DD

RGB

 RED value IS 254 (99.61% from 255) = 43.05%

 GREEN value IS 115 (45.31% from 255) = 19.49%

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 43.05%
G = 19.49%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE73DD (or 0xFE73DD) is known color: Pale Magenta. HEX triplet: FE, 73 and DD. RGB value is (254,115,221). Sum of RGB (Red+Green+Blue) = 254+115+221=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 115 (45.31% from 255 or 19.49% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73DD is #018C22. Grayscale: #A8A8A8. Windows color (decimal): -101411 or 14513150. OLE color: 14513150.

HSL color Cylindrical-coordinate representation of color #FE73DD: hue angle of 314.24º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73DD is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 115 221 -
CMYK 0 0.55 0.13 0.00
HSL 314.24º 0.99% 0.72% -
HSV(B) 314.24º 0.55% 1% -
XYZ 60.05 38.55 72.68 -
YUV 168.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 254 115 221 0 0.55 0.13 0.00 314.24 0.99 0.72
Hex FE 73 DD 0 37 D 0 13A 63 48
Octal 376 163 335 0 67 15 0 472 143 110
Binary 11111110 1110011 11011101 0 110111 1101 0 100111010 1100011 1001000

Color Harmonies of #FE73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73DD

Black with #FE73DD

Text Example


Text Example

White with #FE73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73DD; }

 p { color: rgb(254,115,221); }

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

background-color css

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

 a { background-color: rgb(254,115,221); }

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

border-color css

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

 span { border-color: rgb(254,115,221); }

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