Html Css Color HEX #FD74DF Pale Magenta

📋 copy color: '#FD74DF'

red 253 ◦ green 116 ◦ blue 223

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

Shades of Pale Magenta #FD74DF

Tints of Pale Magenta #FD74DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.59%

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

R = 42.74%
G = 19.59%
B = 37.67%

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

#FD74DF (or 0xFD74DF) is known color: Pale Magenta. HEX triplet: FD, 74 and DF. RGB value is (253,116,223). Sum of RGB (Red+Green+Blue) = 253+116+223=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74DF is #028B20. Grayscale: #A8A8A8. Windows color (decimal): -166689 or 14644477. OLE color: 14644477.

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

Color convert

RGB 253 116 223 -
CMYK 0 0.54 0.12 0.01
HSL 313.14º 0.97% 0.72% -
HSV(B) 313.14º 0.54% 0.99% -
XYZ 60.07 38.7 74.12 -
YUV 169.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 253 116 223 0 0.54 0.12 0.01 313.14 0.97 0.72
Hex FD 74 DF 0 36 C 1 139 61 48
Octal 375 164 337 0 66 14 1 471 141 110
Binary 11111101 1110100 11011111 0 110110 1100 1 100111001 1100001 1001000

Color Harmonies of #FD74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74DF

Black with #FD74DF

Text Example


Text Example

White with #FD74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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