#FB75DB

Color #FB75DB Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FB75DB

Tints of Pale Magenta #FB75DB

Color information

#FB75DB (or 0xFB75DB) is unknown color: approx Pale Magenta. HEX triplet: FB, 75 and DB. RGB value is (251,117,219). Sum of RGB (Red+Green+Blue) = 251+117+219=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75DB is #048A24. Grayscale: #A8A8A8. Windows color (decimal): -297509 or 14382587. OLE color: 14382587.

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

Color convert

RGB251117219-
CMYK00.530.130.02
HSL314.33º94.37%72.16%-
HSV(B)314.33º53.39%98.43%-
XYZ58.9338.3571.31-
YUV168.69156.39186.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 117 (46.09% from 255) = 19.93%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=42.76%
G=19.93%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111721900.530.130.02314.3394.3772.16
HexFB75DB035D213a5e48
Octal373165333065152472136110
Binary11111011111010111011011011010111011010011101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB75DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB75DB; }

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

 H1.HeaderClassName
 {
   color: #FB75DB;
 }
 .AnyTagClassName
 {
   color: #FB75DB;
 }
</style>
background-color css

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

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

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

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

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

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