#FF53A1

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

Shades of Brilliant Rose #FF53A1

Tints of Brilliant Rose #FF53A1

Color information

#FF53A1 (or 0xFF53A1) is unknown color: approx Brilliant Rose. HEX triplet: FF, 53 and A1. RGB value is (255,83,161). Sum of RGB (Red+Green+Blue) = 255+83+161=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF53A1 is #00AC5E. Grayscale: #8F8F8F. Windows color (decimal): -44127 or 10572799. OLE color: 10572799.

HSL color Cylindrical-coordinate representation of color #FF53A1: hue angle of 332.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53A1 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB25583161-
CMYK00.670.370
HSL332.79º100%66.27%-
HSV(B)332.79º67.45%100%-
XYZ50.7730.0236.84-
YUV143.32137.98207.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 83 (32.81% from 255) = 16.63%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=51.10%
G=16.63%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558316100.670.370332.7910066.27
HexFF53A104325014d6442
Octal3771232410103450515144102
Binary1111111110100111010000101000011100101010100110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF53A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF53A1; }

 p { color: rgb(255,83,161); }

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

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

 a { background-color: rgb(255,83,161); }

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

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

 span { border-color: rgb(255,83,161); }

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