#FB28BE

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

Shades of Razzle Dazzle Rose #FB28BE

Tints of Razzle Dazzle Rose #FB28BE

Color information

#FB28BE (or 0xFB28BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 28 and BE. RGB value is (251,40,190). Sum of RGB (Red+Green+Blue) = 251+40+190=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB28BE is #04D741. Grayscale: #777777. Windows color (decimal): -317250 or 12462331. OLE color: 12462331.

HSL color Cylindrical-coordinate representation of color #FB28BE: hue angle of 317.35º 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 #FB28BE is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB25140190-
CMYK00.840.240.02
HSL317.35º96.35%57.06%-
HSV(B)317.35º84.06%98.43%-
XYZ49.8425.7451.06-
YUV120.19167.4221.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.18%
GREEN value IS 40 (16.02% from 255) = 8.32%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=52.18%
G=8.32%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2514019000.840.240.02317.3596.3557.06
HexFB28BE05418213d6039
Octal37350276012430247514071
Binary11111011101000101111100101010011000101001111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB28BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB28BE; }

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

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

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

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

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

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

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

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