#F533BF

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

Shades of Razzle Dazzle Rose #F533BF

Tints of Razzle Dazzle Rose #F533BF

Color information

#F533BF (or 0xF533BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 33 and BF. RGB value is (245,51,191). Sum of RGB (Red+Green+Blue) = 245+51+191=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F533BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F533BF is #0ACC40. Grayscale: #7C7C7C. Windows color (decimal): -707649 or 12530677. OLE color: 12530677.

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

Color convert

RGB24551191-
CMYK00.790.220.04
HSL316.7º90.65%58.04%-
HSV(B)316.7º79.18%96.08%-
XYZ48.2425.5451.68-
YUV124.97165.27213.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 51 (20.31% from 255) = 10.47%
BLUE value IS 191 (75% from 255) = 39.22%
R=50.31%
G=10.47%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455119100.790.220.04316.790.6558.04
HexF533BF04F16413d5b3a
Octal36563277011726447513372
Binary111101011100111011111101001111101101001001111011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F533BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F533BF; }

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

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

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

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

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

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

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

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