#FB46BB

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

Shades of Razzle Dazzle Rose #FB46BB

Tints of Razzle Dazzle Rose #FB46BB

Color information

#FB46BB (or 0xFB46BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 46 and BB. RGB value is (251,70,187). Sum of RGB (Red+Green+Blue) = 251+70+187=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46BB is #04B944. Grayscale: #898989. Windows color (decimal): -309573 or 12273403. OLE color: 12273403.

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

Color convert

RGB25170187-
CMYK00.720.250.02
HSL321.22º95.77%62.94%-
HSV(B)321.22º72.11%98.43%-
XYZ50.9428.4849.83-
YUV137.46155.97208.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.41%
GREEN value IS 70 (27.73% from 255) = 13.78%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=49.41%
G=13.78%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517018700.720.250.02321.2295.7762.94
HexFB46BB048192141603f
Octal373106273011031250114077
Binary111110111000110101110110100100011001101010000011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB46BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB46BB; }

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

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

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

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

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

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

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

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