#F53BC9

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

Shades of Razzle Dazzle Rose #F53BC9

Tints of Razzle Dazzle Rose #F53BC9

Color information

#F53BC9 (or 0xF53BC9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3B and C9. RGB value is (245,59,201). Sum of RGB (Red+Green+Blue) = 245+59+201=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BC9 is #0AC436. Grayscale: #828282. Windows color (decimal): -705591 or 13188085. OLE color: 13188085.

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

Color convert

RGB24559201-
CMYK00.760.180.04
HSL314.19º90.29%59.61%-
HSV(B)314.19º75.92%96.08%-
XYZ49.7626.7657.8-
YUV130.8167.62209.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 59 (23.44% from 255) = 11.68%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=48.51%
G=11.68%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455920100.760.180.04314.1990.2959.61
HexF53BC904C12413a5a3c
Octal36573311011422447213274
Binary111101011110111100100101001100100101001001110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53BC9; }

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

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

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

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

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

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

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

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