Html Css Color HEX #FB79DB Pale Magenta

📋 copy color: '#FB79DB'

red 251 ◦ green 121 ◦ blue 219

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

Shades of Pale Magenta #FB79DB

Tints of Pale Magenta #FB79DB

RGB

 RED value IS 251 (98.44% from 255) = 42.47%

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

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

R = 42.47%
G = 20.47%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB79DB (or 0xFB79DB) is known color: Pale Magenta. HEX triplet: FB, 79 and DB. RGB value is (251,121,219). Sum of RGB (Red+Green+Blue) = 251+121+219=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 121 (47.66% from 255 or 20.47% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79DB is #048624. Grayscale: #AAAAAA. Windows color (decimal): -296485 or 14383611. OLE color: 14383611.

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

Color convert

RGB 251 121 219 -
CMYK 0 0.52 0.13 0.02
HSL 314.77º 0.94% 0.73% -
HSV(B) 314.77º 0.52% 0.98% -
XYZ 59.41 39.3 71.47 -
YUV 171.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 251 121 219 0 0.52 0.13 0.02 314.77 0.94 0.73
Hex FB 79 DB 0 34 D 2 13B 5E 49
Octal 373 171 333 0 64 15 2 473 136 111
Binary 11111011 1111001 11011011 0 110100 1101 10 100111011 1011110 1001001

Color Harmonies of #FB79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB79DB

Black with #FB79DB

Text Example


Text Example

White with #FB79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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