#FB3FB7

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

Shades of Razzle Dazzle Rose #FB3FB7

Tints of Razzle Dazzle Rose #FB3FB7

Color information

#FB3FB7 (or 0xFB3FB7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 3F and B7. RGB value is (251,63,183). Sum of RGB (Red+Green+Blue) = 251+63+183=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3FB7 is #04C048. Grayscale: #848484. Windows color (decimal): -311369 or 12009467. OLE color: 12009467.

HSL color Cylindrical-coordinate representation of color #FB3FB7: hue angle of 321.7º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FB7 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB25163183-
CMYK00.750.270.02
HSL321.7º95.92%61.57%-
HSV(B)321.7º74.9%98.43%-
XYZ50.1127.4847.46-
YUV132.89156.28212.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 63 (25% from 255) = 12.68%
BLUE value IS 183 (71.88% from 255) = 36.82%
R=50.50%
G=12.68%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516318300.750.270.02321.795.9261.57
HexFB3FB704B1B2142603e
Octal37377267011333250214076
Binary11111011111111101101110100101111011101010000101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3FB7; }

 p { color: rgb(251,63,183); }

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

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

 a { background-color: rgb(251,63,183); }

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

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

 span { border-color: rgb(251,63,183); }

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