#F53AD7

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

Shades of Razzle Dazzle Rose #F53AD7

Tints of Razzle Dazzle Rose #F53AD7

Color information

#F53AD7 (or 0xF53AD7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3A and D7. RGB value is (245,58,215). Sum of RGB (Red+Green+Blue) = 245+58+215=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AD7 is #0AC528. Grayscale: #838383. Windows color (decimal): -705833 or 14105333. OLE color: 14105333.

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

Color convert

RGB24558215-
CMYK00.760.120.04
HSL309.63º90.34%59.41%-
HSV(B)309.63º76.33%96.08%-
XYZ51.4327.3466.86-
YUV131.81174.95208.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.30%
GREEN value IS 58 (23.05% from 255) = 11.20%
BLUE value IS 215 (84.38% from 255) = 41.51%
R=47.30%
G=11.20%
B=41.51%

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
Decimal2455821500.760.120.04309.6390.3459.41
HexF53AD704CC41365a3b
Octal36572327011414446613273
Binary11110101111010110101110100110011001001001101101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53AD7; }

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

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

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

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

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

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

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

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