#F533CA

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

Shades of Razzle Dazzle Rose #F533CA

Tints of Razzle Dazzle Rose #F533CA

Color information

#F533CA (or 0xF533CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 33 and CA. RGB value is (245,51,202). Sum of RGB (Red+Green+Blue) = 245+51+202=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F533CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F533CA is #0ACC35. Grayscale: #7D7D7D. Windows color (decimal): -707638 or 13251573. OLE color: 13251573.

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

Color convert

RGB24551202-
CMYK00.790.180.04
HSL313.3º90.65%58.04%-
HSV(B)313.3º79.18%96.08%-
XYZ49.526.0458.3-
YUV126.22170.77212.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.20%
GREEN value IS 51 (20.31% from 255) = 10.24%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=49.20%
G=10.24%
B=40.56%

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
Decimal2455120200.790.180.04313.390.6558.04
HexF533CA04F1241395b3a
Octal36563312011722447113372
Binary111101011100111100101001001111100101001001110011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F533CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F533CA; }

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

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

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

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

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

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

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

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