#FB3EE1

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

Shades of Razzle Dazzle Rose #FB3EE1

Tints of Razzle Dazzle Rose #FB3EE1

Color information

#FB3EE1 (or 0xFB3EE1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 3E and E1. RGB value is (251,62,225). Sum of RGB (Red+Green+Blue) = 251+62+225=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 62 (24.61% from 255 or 11.52% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3EE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3EE1 is #04C11E. Grayscale: #888888. Windows color (decimal): -311583 or 14761723. OLE color: 14761723.

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

Color convert

RGB25162225-
CMYK00.750.100.02
HSL308.25º95.94%61.37%-
HSV(B)308.25º75.3%98.43%-
XYZ55.129.3974-
YUV137.09177.62209.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.65%
GREEN value IS 62 (24.61% from 255) = 11.52%
BLUE value IS 225 (88.28% from 255) = 41.82%
R=46.65%
G=11.52%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516222500.750.100.02308.2595.9461.37
HexFB3EE104BA2134603d
Octal37376341011312246414075
Binary1111101111111011100001010010111010101001101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3EE1; }

 p { color: rgb(251,62,225); }

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

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

 a { background-color: rgb(251,62,225); }

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

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

 span { border-color: rgb(251,62,225); }

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