#FB33D8

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

Shades of Razzle Dazzle Rose #FB33D8

Tints of Razzle Dazzle Rose #FB33D8

Color information

#FB33D8 (or 0xFB33D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 33 and D8. RGB value is (251,51,216). Sum of RGB (Red+Green+Blue) = 251+51+216=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 51 (20.31% from 255 or 9.85% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB33D8 is #04CC27. Grayscale: #818181. Windows color (decimal): -314408 or 14169083. OLE color: 14169083.

HSL color Cylindrical-coordinate representation of color #FB33D8: hue angle of 310.5º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB33D8 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB25151216-
CMYK00.800.140.02
HSL310.5º96.15%59.22%-
HSV(B)310.5º79.68%98.43%-
XYZ53.3627.8367.53-
YUV129.61176.76214.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.46%
GREEN value IS 51 (20.31% from 255) = 9.85%
BLUE value IS 216 (84.77% from 255) = 41.70%
R=48.46%
G=9.85%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515121600.800.140.02310.596.1559.22
HexFB33D8050E2136603b
Octal37363330012016246614073
Binary1111101111001111011000010100001110101001101101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB33D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB33D8; }

 p { color: rgb(251,51,216); }

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

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

 a { background-color: rgb(251,51,216); }

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

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

 span { border-color: rgb(251,51,216); }

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