#FB7FE9

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

Shades of Pale Magenta #FB7FE9

Tints of Pale Magenta #FB7FE9

Color information

#FB7FE9 (or 0xFB7FE9) is unknown color: approx Pale Magenta. HEX triplet: FB, 7F and E9. RGB value is (251,127,233). Sum of RGB (Red+Green+Blue) = 251+127+233=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 127 (50% from 255 or 20.79% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FE9 is #048016. Grayscale: #AFAFAF. Windows color (decimal): -294935 or 15302651. OLE color: 15302651.

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

Color convert

RGB251127233-
CMYK00.490.070.02
HSL308.71º93.94%74.12%-
HSV(B)308.71º49.4%98.43%-
XYZ62.0841.5781.84-
YUV176.16160.08181.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 127 (50% from 255) = 20.79%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=41.08%
G=20.79%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112723300.490.070.02308.7193.9474.12
HexFB7FE9031721355e4a
Octal37317735106172465136112
Binary1111101111111111110100101100011111010011010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7FE9; }

 p { color: rgb(251,127,233); }

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

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

 a { background-color: rgb(251,127,233); }

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

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

 span { border-color: rgb(251,127,233); }

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