#F533EB

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

Shades of Razzle Dazzle Rose #F533EB

Tints of Razzle Dazzle Rose #F533EB

Color information

#F533EB (or 0xF533EB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 33 and EB. RGB value is (245,51,235). Sum of RGB (Red+Green+Blue) = 245+51+235=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 51 (20.31% from 255 or 9.60% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F533EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F533EB is #0ACC14. Grayscale: #818181. Windows color (decimal): -707605 or 15414261. OLE color: 15414261.

HSL color Cylindrical-coordinate representation of color #F533EB: hue angle of 303.09º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F533EB is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB24551235-
CMYK00.790.040.04
HSL303.09º90.65%58.04%-
HSV(B)303.09º79.18%96.08%-
XYZ53.8427.7881.12-
YUV129.98187.27210.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 51 (20.31% from 255) = 9.60%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=46.14%
G=9.60%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455123500.790.040.04303.0990.6558.04
HexF533EB04F4412f5b3a
Octal3656335301174445713372
Binary1111010111001111101011010011111001001001011111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F533EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F533EB; }

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

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

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

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

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

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

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

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