#F53AB6

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

Shades of Razzle Dazzle Rose #F53AB6

Tints of Razzle Dazzle Rose #F53AB6

Color information

#F53AB6 (or 0xF53AB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 3A and B6. RGB value is (245,58,182). Sum of RGB (Red+Green+Blue) = 245+58+182=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F53AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53AB6 is #0AC549. Grayscale: #7F7F7F. Windows color (decimal): -705866 or 11942645. OLE color: 11942645.

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

Color convert

RGB24558182-
CMYK00.760.260.04
HSL320.21º90.34%59.41%-
HSV(B)320.21º76.33%96.08%-
XYZ47.6125.8246.73-
YUV128.05158.45211.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 58 (23.05% from 255) = 11.96%
BLUE value IS 182 (71.48% from 255) = 37.53%
R=50.52%
G=11.96%
B=37.53%

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
Decimal2455818200.760.260.04320.2190.3459.41
HexF53AB604C1A41405a3b
Octal36572266011432450013273
Binary111101011110101011011001001100110101001010000001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53AB6; }

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

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

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

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

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

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

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

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