#FB1EE8

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

Shades of Razzle Dazzle Rose #FB1EE8

Tints of Razzle Dazzle Rose #FB1EE8

Color information

#FB1EE8 (or 0xFB1EE8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 1E and E8. RGB value is (251,30,232). Sum of RGB (Red+Green+Blue) = 251+30+232=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1EE8 is #04E117. Grayscale: #767676. Windows color (decimal): -319768 or 15212283. OLE color: 15212283.

HSL color Cylindrical-coordinate representation of color #FB1EE8: hue angle of 305.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1EE8 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB25130232-
CMYK00.880.080.02
HSL305.16º96.51%55.1%-
HSV(B)305.16º88.05%98.43%-
XYZ54.8127.2678.72-
YUV119.11191.72222.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.93%
GREEN value IS 30 (12.11% from 255) = 5.85%
BLUE value IS 232 (91.02% from 255) = 45.22%
R=48.93%
G=5.85%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513023200.880.080.02305.1696.5155.1
HexFB1EE8058821316137
Octal37336350013010246114167
Binary111110111111011101000010110001000101001100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1EE8; }

 p { color: rgb(251,30,232); }

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

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

 a { background-color: rgb(251,30,232); }

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

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

 span { border-color: rgb(251,30,232); }

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