#FB46E1

Color #FB46E1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FB46E1

Tints of Razzle Dazzle Rose #FB46E1

Color information

#FB46E1 (or 0xFB46E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 46 and E1. RGB value is (251,70,225). Sum of RGB (Red+Green+Blue) = 251+70+225=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 70 (27.73% from 255 or 12.82% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46E1 is #04B91E. Grayscale: #8D8D8D. Windows color (decimal): -309535 or 14763771. OLE color: 14763771.

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

Color convert

RGB25170225-
CMYK00.720.100.02
HSL308.62º95.77%62.94%-
HSV(B)308.62º72.11%98.43%-
XYZ55.5630.3374.16-
YUV141.79174.97205.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.97%
GREEN value IS 70 (27.73% from 255) = 12.82%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=45.97%
G=12.82%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517022500.720.100.02308.6295.7762.94
HexFB46E1048A2135603f
Octal373106341011012246514077
Binary11111011100011011100001010010001010101001101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB46E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB46E1; }

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

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

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

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

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

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

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

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