#FB75EA

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

Shades of Pale Magenta #FB75EA

Tints of Pale Magenta #FB75EA

Color information

#FB75EA (or 0xFB75EA) is unknown color: approx Pale Magenta. HEX triplet: FB, 75 and EA. RGB value is (251,117,234). Sum of RGB (Red+Green+Blue) = 251+117+234=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 117 (46.09% from 255 or 19.44% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB75EA is #048A15. Grayscale: #AAAAAA. Windows color (decimal): -297494 or 15365627. OLE color: 15365627.

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

Color convert

RGB251117234-
CMYK00.530.070.02
HSL307.61º94.37%72.16%-
HSV(B)307.61º53.39%98.43%-
XYZ6139.1782.19-
YUV170.4163.89185.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 117 (46.09% from 255) = 19.44%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=41.69%
G=19.44%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111723400.530.070.02307.6194.3772.16
HexFB75EA035721345e48
Octal37316535206572464136110
Binary1111101111101011110101001101011111010011010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB75EA; }

 p { color: rgb(251,117,234); }

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

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

 a { background-color: rgb(251,117,234); }

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

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

 span { border-color: rgb(251,117,234); }

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