#FB78E1

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

Shades of Pale Magenta #FB78E1

Tints of Pale Magenta #FB78E1

Color information

#FB78E1 (or 0xFB78E1) is unknown color: approx Pale Magenta. HEX triplet: FB, 78 and E1. RGB value is (251,120,225). Sum of RGB (Red+Green+Blue) = 251+120+225=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 120 (47.27% from 255 or 20.13% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78E1 is #04871E. Grayscale: #AAAAAA. Windows color (decimal): -296735 or 14776571. OLE color: 14776571.

HSL color Cylindrical-coordinate representation of color #FB78E1: hue angle of 311.91º 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 #FB78E1 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251120225-
CMYK00.520.100.02
HSL311.91º94.24%72.75%-
HSV(B)311.91º52.19%98.43%-
XYZ60.0939.3875.67-
YUV171.14158.4184.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 120 (47.27% from 255) = 20.13%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=42.11%
G=20.13%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112022500.520.100.02311.9194.2472.75
HexFB78E1034A21385e49
Octal373170341064122470136111
Binary11111011111100011100001011010010101010011100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB78E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB78E1; }

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

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

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

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

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

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

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

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