#FA33EB

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

Shades of Razzle Dazzle Rose #FA33EB

Tints of Razzle Dazzle Rose #FA33EB

Color information

#FA33EB (or 0xFA33EB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 33 and EB. RGB value is (250,51,235). Sum of RGB (Red+Green+Blue) = 250+51+235=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 51 (20.31% from 255 or 9.51% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA33EB is #05CC14. Grayscale: #828282. Windows color (decimal): -379925 or 15414266. OLE color: 15414266.

HSL color Cylindrical-coordinate representation of color #FA33EB: hue angle of 304.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA33EB is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB25051235-
CMYK00.800.060.02
HSL304.52º95.22%59.02%-
HSV(B)304.52º79.6%98.04%-
XYZ55.628.6981.2-
YUV131.48186.43212.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 51 (20.31% from 255) = 9.51%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=46.64%
G=9.51%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505123500.800.060.02304.5295.2259.02
HexFA33EB050621315f3b
Octal3726335301206246113773
Binary111110101100111110101101010000110101001100011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA33EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA33EB; }

 p { color: rgb(250,51,235); }

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

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

 a { background-color: rgb(250,51,235); }

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

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

 span { border-color: rgb(250,51,235); }

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