Html Css Color HEX #FB72DB Pale Magenta

📋 copy color: '#FB72DB'

red 251 ◦ green 114 ◦ blue 219

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

Shades of Pale Magenta #FB72DB

Tints of Pale Magenta #FB72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.52%

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

R = 42.98%
G = 19.52%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB72DB (or 0xFB72DB) is known color: Pale Magenta. HEX triplet: FB, 72 and DB. RGB value is (251,114,219). Sum of RGB (Red+Green+Blue) = 251+114+219=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB72DB is #048D24. Grayscale: #A6A6A6. Windows color (decimal): -298277 or 14381819. OLE color: 14381819.

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

Color convert

RGB 251 114 219 -
CMYK 0 0.55 0.13 0.02
HSL 314.01º 0.94% 0.72% -
HSV(B) 314.01º 0.55% 0.98% -
XYZ 58.59 37.66 71.2 -
YUV 166.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 251 114 219 0 0.55 0.13 0.02 314.01 0.94 0.72
Hex FB 72 DB 0 37 D 2 13A 5E 48
Octal 373 162 333 0 67 15 2 472 136 110
Binary 11111011 1110010 11011011 0 110111 1101 10 100111010 1011110 1001000

Color Harmonies of #FB72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB72DB

Black with #FB72DB

Text Example


Text Example

White with #FB72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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