#FB36D0

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

Shades of Razzle Dazzle Rose #FB36D0

Tints of Razzle Dazzle Rose #FB36D0

Color information

#FB36D0 (or 0xFB36D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 36 and D0. RGB value is (251,54,208). Sum of RGB (Red+Green+Blue) = 251+54+208=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB36D0 is #04C92F. Grayscale: #828282. Windows color (decimal): -313648 or 13645563. OLE color: 13645563.

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

Color convert

RGB25154208-
CMYK00.780.170.02
HSL313.1º96.1%59.8%-
HSV(B)313.1º78.49%98.43%-
XYZ52.4927.762.26-
YUV130.46171.77213.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.93%
GREEN value IS 54 (21.48% from 255) = 10.53%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=48.93%
G=10.53%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515420800.780.170.02313.196.159.8
HexFB36D004E112139603c
Octal37366320011621247114074
Binary11111011110110110100000100111010001101001110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB36D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB36D0; }

 p { color: rgb(251,54,208); }

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

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

 a { background-color: rgb(251,54,208); }

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

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

 span { border-color: rgb(251,54,208); }

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