Html Css Color HEX #FD74DB Pale Magenta

📋 copy color: '#FD74DB'

red 253 ◦ green 116 ◦ blue 219

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

Shades of Pale Magenta #FD74DB

Tints of Pale Magenta #FD74DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 43.03%
G = 19.73%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD74DB (or 0xFD74DB) is known color: Pale Magenta. HEX triplet: FD, 74 and DB. RGB value is (253,116,219). Sum of RGB (Red+Green+Blue) = 253+116+219=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74DB is #028B24. Grayscale: #A8A8A8. Windows color (decimal): -166693 or 14382333. OLE color: 14382333.

HSL color Cylindrical-coordinate representation of color #FD74DB: hue angle of 314.89º 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 #FD74DB is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 116 219 -
CMYK 0 0.54 0.13 0.01
HSL 314.89º 0.97% 0.72% -
HSV(B) 314.89º 0.54% 0.99% -
XYZ 59.54 38.49 71.31 -
YUV 168.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 253 116 219 0 0.54 0.13 0.01 314.89 0.97 0.72
Hex FD 74 DB 0 36 D 1 13B 61 48
Octal 375 164 333 0 66 15 1 473 141 110
Binary 11111101 1110100 11011011 0 110110 1101 1 100111011 1100001 1001000

Color Harmonies of #FD74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD74DB

Black with #FD74DB

Text Example


Text Example

White with #FD74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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