#FB70E5

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

Shades of Pale Magenta #FB70E5

Tints of Pale Magenta #FB70E5

Color information

#FB70E5 (or 0xFB70E5) is unknown color: approx Pale Magenta. HEX triplet: FB, 70 and E5. RGB value is (251,112,229). Sum of RGB (Red+Green+Blue) = 251+112+229=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70E5 is #048F1A. Grayscale: #A6A6A6. Windows color (decimal): -298779 or 15036667. OLE color: 15036667.

HSL color Cylindrical-coordinate representation of color #FB70E5: hue angle of 309.5º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB70E5 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251112229-
CMYK00.550.090.02
HSL309.5º94.56%71.18%-
HSV(B)309.5º55.38%98.43%-
XYZ59.7237.7578.27-
YUV166.9163.05187.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 112 (44.14% from 255) = 18.92%
BLUE value IS 229 (89.84% from 255) = 38.68%
R=42.40%
G=18.92%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111222900.550.090.02309.594.5671.18
HexFB70E5037921355f47
Octal373160345067112465137107
Binary11111011111000011100101011011110011010011010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB70E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB70E5; }

 p { color: rgb(251,112,229); }

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

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

 a { background-color: rgb(251,112,229); }

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

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

 span { border-color: rgb(251,112,229); }

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