#F53AB5

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

Shades of Razzle Dazzle Rose #F53AB5

Tints of Razzle Dazzle Rose #F53AB5

Color information

#F53AB5 (or 0xF53AB5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3A and B5. RGB value is (245,58,181). Sum of RGB (Red+Green+Blue) = 245+58+181=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AB5 is #0AC54A. Grayscale: #7F7F7F. Windows color (decimal): -705867 or 11877109. OLE color: 11877109.

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

Color convert

RGB24558181-
CMYK00.760.260.04
HSL320.53º90.34%59.41%-
HSV(B)320.53º76.33%96.08%-
XYZ47.5125.7746.19-
YUV127.93157.95211.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.62%
GREEN value IS 58 (23.05% from 255) = 11.98%
BLUE value IS 181 (71.09% from 255) = 37.40%
R=50.62%
G=11.98%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455818100.760.260.04320.5390.3459.41
HexF53AB504C1A41415a3b
Octal36572265011432450113273
Binary111101011110101011010101001100110101001010000011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53AB5; }

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

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

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

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

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

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

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

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