Html Css Color HEX #FB73DB Pale Magenta

📋 copy color: '#FB73DB'

red 251 ◦ green 115 ◦ blue 219

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

Shades of Pale Magenta #FB73DB

Tints of Pale Magenta #FB73DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.66%

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

R = 42.91%
G = 19.66%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB73DB (or 0xFB73DB) is known color: Pale Magenta. HEX triplet: FB, 73 and DB. RGB value is (251,115,219). Sum of RGB (Red+Green+Blue) = 251+115+219=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73DB is #048C24. Grayscale: #A7A7A7. Windows color (decimal): -298021 or 14382075. OLE color: 14382075.

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

Color convert

RGB 251 115 219 -
CMYK 0 0.54 0.13 0.02
HSL 314.12º 0.94% 0.72% -
HSV(B) 314.12º 0.54% 0.98% -
XYZ 58.7 37.89 71.24 -
YUV 167.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 251 115 219 0 0.54 0.13 0.02 314.12 0.94 0.72
Hex FB 73 DB 0 36 D 2 13A 5E 48
Octal 373 163 333 0 66 15 2 472 136 110
Binary 11111011 1110011 11011011 0 110110 1101 10 100111010 1011110 1001000

Color Harmonies of #FB73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB73DB

Black with #FB73DB

Text Example


Text Example

White with #FB73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB73DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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