#FB28CE

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

Shades of Razzle Dazzle Rose #FB28CE

Tints of Razzle Dazzle Rose #FB28CE

Color information

#FB28CE (or 0xFB28CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 28 and CE. RGB value is (251,40,206). Sum of RGB (Red+Green+Blue) = 251+40+206=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28CE is #04D731. Grayscale: #797979. Windows color (decimal): -317234 or 13510907. OLE color: 13510907.

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

Color convert

RGB25140206-
CMYK00.840.180.02
HSL312.8º96.35%57.06%-
HSV(B)312.8º84.06%98.43%-
XYZ51.6826.4860.78-
YUV122.01175.4220-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 40 (16.02% from 255) = 8.05%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=50.50%
G=8.05%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514020600.840.180.02312.896.3557.06
HexFB28CE0541221396039
Octal37350316012422247114071
Binary11111011101000110011100101010010010101001110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB28CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB28CE; }

 p { color: rgb(251,40,206); }

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

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

 a { background-color: rgb(251,40,206); }

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

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

 span { border-color: rgb(251,40,206); }

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