Html Css Color HEX #FE70DD Pale Magenta

📋 copy color: '#FE70DD'

red 254 ◦ green 112 ◦ blue 221

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

Shades of Pale Magenta #FE70DD

Tints of Pale Magenta #FE70DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.08%

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

R = 43.27%
G = 19.08%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE70DD (or 0xFE70DD) is known color: Pale Magenta. HEX triplet: FE, 70 and DD. RGB value is (254,112,221). Sum of RGB (Red+Green+Blue) = 254+112+221=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70DD is #018F22. Grayscale: #A6A6A6. Windows color (decimal): -102179 or 14512382. OLE color: 14512382.

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

Color convert

RGB 254 112 221 -
CMYK 0 0.56 0.13 0.00
HSL 313.94º 0.99% 0.72% -
HSV(B) 313.94º 0.56% 1% -
XYZ 59.72 37.88 72.57 -
YUV 166.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 254 112 221 0 0.56 0.13 0.00 313.94 0.99 0.72
Hex FE 70 DD 0 38 D 0 13A 63 48
Octal 376 160 335 0 70 15 0 472 143 110
Binary 11111110 1110000 11011101 0 111000 1101 0 100111010 1100011 1001000

Color Harmonies of #FE70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70DD

Black with #FE70DD

Text Example


Text Example

White with #FE70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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