#F53CBE

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

Shades of Razzle Dazzle Rose #F53CBE

Tints of Razzle Dazzle Rose #F53CBE

Color information

#F53CBE (or 0xF53CBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3C and BE. RGB value is (245,60,190). Sum of RGB (Red+Green+Blue) = 245+60+190=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CBE is #0AC341. Grayscale: #818181. Windows color (decimal): -705346 or 12467445. OLE color: 12467445.

HSL color Cylindrical-coordinate representation of color #F53CBE: hue angle of 317.84º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53CBE is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB24560190-
CMYK00.760.220.04
HSL317.84º90.24%59.8%-
HSV(B)317.84º75.51%96.08%-
XYZ48.5726.3651.24-
YUV130.14161.79209.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.49%
GREEN value IS 60 (23.83% from 255) = 12.12%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=49.49%
G=12.12%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456019000.760.220.04317.8490.2459.8
HexF53CBE04C16413e5a3c
Octal36574276011426447613274
Binary111101011111001011111001001100101101001001111101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53CBE; }

 p { color: rgb(245,60,190); }

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

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

 a { background-color: rgb(245,60,190); }

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

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

 span { border-color: rgb(245,60,190); }

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