#FB46BA

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

Shades of Razzle Dazzle Rose #FB46BA

Tints of Razzle Dazzle Rose #FB46BA

Color information

#FB46BA (or 0xFB46BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 46 and BA. RGB value is (251,70,186). Sum of RGB (Red+Green+Blue) = 251+70+186=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46BA is #04B945. Grayscale: #898989. Windows color (decimal): -309574 or 12207867. OLE color: 12207867.

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

Color convert

RGB25170186-
CMYK00.720.260.02
HSL321.55º95.77%62.94%-
HSV(B)321.55º72.11%98.43%-
XYZ50.8428.4349.26-
YUV137.34155.47209.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.51%
GREEN value IS 70 (27.73% from 255) = 13.81%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=49.51%
G=13.81%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517018600.720.260.02321.5595.7762.94
HexFB46BA0481A2142603f
Octal373106272011032250214077
Binary111110111000110101110100100100011010101010000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB46BA; }

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

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

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

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

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

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

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

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