#F53AD8

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

Shades of Razzle Dazzle Rose #F53AD8

Tints of Razzle Dazzle Rose #F53AD8

Color information

#F53AD8 (or 0xF53AD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3A and D8. RGB value is (245,58,216). Sum of RGB (Red+Green+Blue) = 245+58+216=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AD8 is #0AC527. Grayscale: #838383. Windows color (decimal): -705832 or 14170869. OLE color: 14170869.

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

Color convert

RGB24558216-
CMYK00.760.120.04
HSL309.3º90.34%59.41%-
HSV(B)309.3º76.33%96.08%-
XYZ51.5627.467.54-
YUV131.92175.45208.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.21%
GREEN value IS 58 (23.05% from 255) = 11.18%
BLUE value IS 216 (84.77% from 255) = 41.62%
R=47.21%
G=11.18%
B=41.62%

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
Decimal2455821600.760.120.04309.390.3459.41
HexF53AD804CC41355a3b
Octal36572330011414446513273
Binary11110101111010110110000100110011001001001101011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53AD8; }

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

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

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

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

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

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

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

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