Html Css Color HEX #FD75DF Pale Magenta

📋 copy color: '#FD75DF'

red 253 ◦ green 117 ◦ blue 223

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

Shades of Pale Magenta #FD75DF

Tints of Pale Magenta #FD75DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.73%

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

R = 42.66%
G = 19.73%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD75DF (or 0xFD75DF) is known color: Pale Magenta. HEX triplet: FD, 75 and DF. RGB value is (253,117,223). Sum of RGB (Red+Green+Blue) = 253+117+223=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 117 (46.09% from 255 or 19.73% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD75DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD75DF is #028A20. Grayscale: #A9A9A9. Windows color (decimal): -166433 or 14644733. OLE color: 14644733.

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

Color convert

RGB 253 117 223 -
CMYK 0 0.54 0.12 0.01
HSL 313.24º 0.97% 0.73% -
HSV(B) 313.24º 0.54% 0.99% -
XYZ 60.19 38.93 74.15 -
YUV 169.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 253 117 223 0 0.54 0.12 0.01 313.24 0.97 0.73
Hex FD 75 DF 0 36 C 1 139 61 49
Octal 375 165 337 0 66 14 1 471 141 111
Binary 11111101 1110101 11011111 0 110110 1100 1 100111001 1100001 1001001

Color Harmonies of #FD75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD75DF

Black with #FD75DF

Text Example


Text Example

White with #FD75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD75DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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