#FB37E5

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

Shades of Razzle Dazzle Rose #FB37E5

Tints of Razzle Dazzle Rose #FB37E5

Color information

#FB37E5 (or 0xFB37E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 37 and E5. RGB value is (251,55,229). Sum of RGB (Red+Green+Blue) = 251+55+229=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 55 (21.88% from 255 or 10.28% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB37E5 is #04C81A. Grayscale: #848484. Windows color (decimal): -313371 or 15022075. OLE color: 15022075.

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

Color convert

RGB25155229-
CMYK00.780.090.02
HSL306.73º96.08%60%-
HSV(B)306.73º78.09%98.43%-
XYZ55.2928.976.79-
YUV133.44181.93211.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.92%
GREEN value IS 55 (21.88% from 255) = 10.28%
BLUE value IS 229 (89.84% from 255) = 42.80%
R=46.92%
G=10.28%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515522900.780.090.02306.7396.0860
HexFB37E504E92133603c
Octal37367345011611246314074
Binary1111101111011111100101010011101001101001100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB37E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB37E5; }

 p { color: rgb(251,55,229); }

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

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

 a { background-color: rgb(251,55,229); }

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

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

 span { border-color: rgb(251,55,229); }

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