#FB74EC

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

Shades of Pale Magenta #FB74EC

Tints of Pale Magenta #FB74EC

Color information

#FB74EC (or 0xFB74EC) is unknown color: approx Pale Magenta. HEX triplet: FB, 74 and EC. RGB value is (251,116,236). Sum of RGB (Red+Green+Blue) = 251+116+236=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 116 (45.70% from 255 or 19.24% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB74EC is #048B13. Grayscale: #A9A9A9. Windows color (decimal): -297748 or 15496443. OLE color: 15496443.

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

Color convert

RGB251116236-
CMYK00.540.060.02
HSL306.67º94.41%71.96%-
HSV(B)306.67º53.78%98.43%-
XYZ61.1739.0683.67-
YUV170.04165.23185.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 116 (45.70% from 255) = 19.24%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=41.63%
G=19.24%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111623600.540.060.02306.6794.4171.96
HexFB74EC036621335e48
Octal37316435406662463136110
Binary1111101111101001110110001101101101010011001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB74EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB74EC; }

 p { color: rgb(251,116,236); }

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

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

 a { background-color: rgb(251,116,236); }

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

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

 span { border-color: rgb(251,116,236); }

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