#F53BC6

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

Shades of Razzle Dazzle Rose #F53BC6

Tints of Razzle Dazzle Rose #F53BC6

Color information

#F53BC6 (or 0xF53BC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3B and C6. RGB value is (245,59,198). Sum of RGB (Red+Green+Blue) = 245+59+198=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BC6 is #0AC439. Grayscale: #828282. Windows color (decimal): -705594 or 12991477. OLE color: 12991477.

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

Color convert

RGB24559198-
CMYK00.760.190.04
HSL315.16º90.29%59.61%-
HSV(B)315.16º75.92%96.08%-
XYZ49.4126.6255.96-
YUV130.46166.12209.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 59 (23.44% from 255) = 11.75%
BLUE value IS 198 (77.73% from 255) = 39.44%
R=48.80%
G=11.75%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455919800.760.190.04315.1690.2959.61
HexF53BC604C13413b5a3c
Octal36573306011423447313274
Binary111101011110111100011001001100100111001001110111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53BC6; }

 p { color: rgb(245,59,198); }

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

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

 a { background-color: rgb(245,59,198); }

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

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

 span { border-color: rgb(245,59,198); }

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