#FB78E9

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

Shades of Pale Magenta #FB78E9

Tints of Pale Magenta #FB78E9

Color information

#FB78E9 (or 0xFB78E9) is unknown color: approx Pale Magenta. HEX triplet: FB, 78 and E9. RGB value is (251,120,233). Sum of RGB (Red+Green+Blue) = 251+120+233=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 120 (47.27% from 255 or 19.87% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB78E9 is #048716. Grayscale: #ABABAB. Windows color (decimal): -296727 or 15300859. OLE color: 15300859.

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

Color convert

RGB251120233-
CMYK00.520.070.02
HSL308.24º94.24%72.75%-
HSV(B)308.24º52.19%98.43%-
XYZ61.2139.8381.55-
YUV172.05162.4184.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 120 (47.27% from 255) = 19.87%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=41.56%
G=19.87%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112023300.520.070.02308.2494.2472.75
HexFB78E9034721345e49
Octal37317035106472464136111
Binary1111101111110001110100101101001111010011010010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB78E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB78E9; }

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

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

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

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

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

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

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

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