#FF32BB

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

Shades of Razzle Dazzle Rose #FF32BB

Tints of Razzle Dazzle Rose #FF32BB

Color information

#FF32BB (or 0xFF32BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 32 and BB. RGB value is (255,50,187). Sum of RGB (Red+Green+Blue) = 255+50+187=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF32BB is #00CD44. Grayscale: #7E7E7E. Windows color (decimal): -52549 or 12268287. OLE color: 12268287.

HSL color Cylindrical-coordinate representation of color #FF32BB: hue angle of 319.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF32BB is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB25550187-
CMYK00.800.270
HSL319.9º100%59.8%-
HSV(B)319.9º80.39%100%-
XYZ51.3527.1349.54-
YUV126.91161.92219.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 50 (19.92% from 255) = 10.16%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=51.83%
G=10.16%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555018700.800.270319.910059.8
HexFF32BB0501B0140643c
Octal37762273012033050014474
Binary1111111111001010111011010100001101101010000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF32BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF32BB; }

 p { color: rgb(255,50,187); }

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

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

 a { background-color: rgb(255,50,187); }

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

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

 span { border-color: rgb(255,50,187); }

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