#FB7AF0

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

Shades of Pale Magenta #FB7AF0

Tints of Pale Magenta #FB7AF0

Color information

#FB7AF0 (or 0xFB7AF0) is unknown color: approx Pale Magenta. HEX triplet: FB, 7A and F0. RGB value is (251,122,240). Sum of RGB (Red+Green+Blue) = 251+122+240=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 122 (48.05% from 255 or 19.90% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7AF0 is #04850F. Grayscale: #ADADAD. Windows color (decimal): -296208 or 15760123. OLE color: 15760123.

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

Color convert

RGB251122240-
CMYK00.510.040.02
HSL305.12º94.16%73.14%-
HSV(B)305.12º51.39%98.43%-
XYZ62.4740.7287.01-
YUV174.02165.24182.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 122 (48.05% from 255) = 19.90%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=40.95%
G=19.90%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112224000.510.040.02305.1294.1673.14
HexFB7AF0033421315e49
Octal37317236006342461136111
Binary1111101111110101111000001100111001010011000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7AF0; }

 p { color: rgb(251,122,240); }

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

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

 a { background-color: rgb(251,122,240); }

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

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

 span { border-color: rgb(251,122,240); }

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