#F53BC5

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

Shades of Razzle Dazzle Rose #F53BC5

Tints of Razzle Dazzle Rose #F53BC5

Color information

#F53BC5 (or 0xF53BC5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3B and C5. RGB value is (245,59,197). Sum of RGB (Red+Green+Blue) = 245+59+197=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BC5 is #0AC43A. Grayscale: #818181. Windows color (decimal): -705595 or 12925941. OLE color: 12925941.

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

Color convert

RGB24559197-
CMYK00.760.200.04
HSL315.48º90.29%59.61%-
HSV(B)315.48º75.92%96.08%-
XYZ49.326.5755.35-
YUV130.35165.62209.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.90%
GREEN value IS 59 (23.44% from 255) = 11.78%
BLUE value IS 197 (77.34% from 255) = 39.32%
R=48.90%
G=11.78%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455919700.760.200.04315.4890.2959.61
HexF53BC504C14413b5a3c
Octal36573305011424447313274
Binary111101011110111100010101001100101001001001110111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53BC5; }

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

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

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

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

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

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

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

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