Html Css Color HEX #FE70DF Pale Magenta

📋 copy color: '#FE70DF'

red 254 ◦ green 112 ◦ blue 223

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

Shades of Pale Magenta #FE70DF

Tints of Pale Magenta #FE70DF

RGB

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

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

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

R = 43.12%
G = 19.02%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE70DF (or 0xFE70DF) is known color: Pale Magenta. HEX triplet: FE, 70 and DF. RGB value is (254,112,223). Sum of RGB (Red+Green+Blue) = 254+112+223=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70DF is #018F20. Grayscale: #A6A6A6. Windows color (decimal): -102177 or 14643454. OLE color: 14643454.

HSL color Cylindrical-coordinate representation of color #FE70DF: hue angle of 313.1º 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 #FE70DF is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 112 223 -
CMYK 0 0.56 0.12 0.00
HSL 313.1º 0.99% 0.72% -
HSV(B) 313.1º 0.56% 1% -
XYZ 59.99 37.99 73.98 -
YUV 167.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 254 112 223 0 0.56 0.12 0.00 313.1 0.99 0.72
Hex FE 70 DF 0 38 C 0 139 63 48
Octal 376 160 337 0 70 14 0 471 143 110
Binary 11111110 1110000 11011111 0 111000 1100 0 100111001 1100011 1001000

Color Harmonies of #FE70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70DF

Black with #FE70DF

Text Example


Text Example

White with #FE70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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