#F53CD8

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

Shades of Razzle Dazzle Rose #F53CD8

Tints of Razzle Dazzle Rose #F53CD8

Color information

#F53CD8 (or 0xF53CD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3C and D8. RGB value is (245,60,216). Sum of RGB (Red+Green+Blue) = 245+60+216=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CD8 is #0AC327. Grayscale: #848484. Windows color (decimal): -705320 or 14171381. OLE color: 14171381.

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

Color convert

RGB24560216-
CMYK00.760.120.04
HSL309.41º90.24%59.8%-
HSV(B)309.41º75.51%96.08%-
XYZ51.6727.667.57-
YUV133.1174.79207.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 60 (23.83% from 255) = 11.52%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=47.02%
G=11.52%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456021600.760.120.04309.4190.2459.8
HexF53CD804CC41355a3c
Octal36574330011414446513274
Binary11110101111100110110000100110011001001001101011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53CD8; }

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

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

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

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

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

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

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

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