#F533C9

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

Shades of Razzle Dazzle Rose #F533C9

Tints of Razzle Dazzle Rose #F533C9

Color information

#F533C9 (or 0xF533C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 33 and C9. RGB value is (245,51,201). Sum of RGB (Red+Green+Blue) = 245+51+201=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F533C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F533C9 is #0ACC36. Grayscale: #7D7D7D. Windows color (decimal): -707639 or 13186037. OLE color: 13186037.

HSL color Cylindrical-coordinate representation of color #F533C9: hue angle of 313.61º 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 #F533C9 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB24551201-
CMYK00.790.180.04
HSL313.61º90.65%58.04%-
HSV(B)313.61º79.18%96.08%-
XYZ49.382657.67-
YUV126.11170.27212.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 51 (20.31% from 255) = 10.26%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=49.30%
G=10.26%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455120100.790.180.04313.6190.6558.04
HexF533C904F12413a5b3a
Octal36563311011722447213372
Binary111101011100111100100101001111100101001001110101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F533C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F533C9; }

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

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

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

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

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

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

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

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