#FB46DA

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

Shades of Razzle Dazzle Rose #FB46DA

Tints of Razzle Dazzle Rose #FB46DA

Color information

#FB46DA (or 0xFB46DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 46 and DA. RGB value is (251,70,218). Sum of RGB (Red+Green+Blue) = 251+70+218=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 70 (27.73% from 255 or 12.99% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46DA is #04B925. Grayscale: #8C8C8C. Windows color (decimal): -309542 or 14305019. OLE color: 14305019.

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

Color convert

RGB25170218-
CMYK00.720.130.02
HSL310.94º95.77%62.94%-
HSV(B)310.94º72.11%98.43%-
XYZ54.6329.9569.23-
YUV140.99171.47206.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 70 (27.73% from 255) = 12.99%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=46.57%
G=12.99%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517021800.720.130.02310.9495.7762.94
HexFB46DA048D2137603f
Octal373106332011015246714077
Binary11111011100011011011010010010001101101001101111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB46DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB46DA; }

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

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

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

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

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

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

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

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