Html Css Color HEX #FD79DB Pale Magenta

📋 copy color: '#FD79DB'

red 253 ◦ green 121 ◦ blue 219

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

Shades of Pale Magenta #FD79DB

Tints of Pale Magenta #FD79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.4%

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

R = 42.66%
G = 20.4%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD79DB (or 0xFD79DB) is known color: Pale Magenta. HEX triplet: FD, 79 and DB. RGB value is (253,121,219). Sum of RGB (Red+Green+Blue) = 253+121+219=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 121 (47.66% from 255 or 20.40% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD79DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD79DB is #028624. Grayscale: #ABABAB. Windows color (decimal): -165413 or 14383613. OLE color: 14383613.

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

Color convert

RGB 253 121 219 -
CMYK 0 0.52 0.13 0.01
HSL 315.45º 0.97% 0.73% -
HSV(B) 315.45º 0.52% 0.99% -
XYZ 60.13 39.67 71.51 -
YUV 171.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 253 121 219 0 0.52 0.13 0.01 315.45 0.97 0.73
Hex FD 79 DB 0 34 D 1 13B 61 49
Octal 375 171 333 0 64 15 1 473 141 111
Binary 11111101 1111001 11011011 0 110100 1101 1 100111011 1100001 1001001

Color Harmonies of #FD79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD79DB

Black with #FD79DB

Text Example


Text Example

White with #FD79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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