Html Css Color HEX #FD70DF Pale Magenta

📋 copy color: '#FD70DF'

red 253 ◦ green 112 ◦ blue 223

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

Shades of Pale Magenta #FD70DF

Tints of Pale Magenta #FD70DF

RGB

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

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

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

R = 43.03%
G = 19.05%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD70DF (or 0xFD70DF) is known color: Pale Magenta. HEX triplet: FD, 70 and DF. RGB value is (253,112,223). Sum of RGB (Red+Green+Blue) = 253+112+223=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD70DF is #028F20. Grayscale: #A6A6A6. Windows color (decimal): -167713 or 14643453. OLE color: 14643453.

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

Color convert

RGB 253 112 223 -
CMYK 0 0.56 0.12 0.01
HSL 312.77º 0.97% 0.72% -
HSV(B) 312.77º 0.56% 0.99% -
XYZ 59.62 37.8 73.97 -
YUV 166.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 253 112 223 0 0.56 0.12 0.01 312.77 0.97 0.72
Hex FD 70 DF 0 38 C 1 139 61 48
Octal 375 160 337 0 70 14 1 471 141 110
Binary 11111101 1110000 11011111 0 111000 1100 1 100111001 1100001 1001000

Color Harmonies of #FD70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD70DF

Black with #FD70DF

Text Example


Text Example

White with #FD70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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