#FD53A5

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

Shades of Brilliant Rose #FD53A5

Tints of Brilliant Rose #FD53A5

Color information

#FD53A5 (or 0xFD53A5) is unknown color: approx Brilliant Rose. HEX triplet: FD, 53 and A5. RGB value is (253,83,165). Sum of RGB (Red+Green+Blue) = 253+83+165=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD53A5 is #02AC5A. Grayscale: #8F8F8F. Windows color (decimal): -175195 or 10834941. OLE color: 10834941.

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

Color convert

RGB25383165-
CMYK00.670.350.01
HSL331.06º97.7%65.88%-
HSV(B)331.06º67.19%99.22%-
XYZ50.3929.7938.69-
YUV143.18140.32206.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 83 (32.81% from 255) = 16.57%
BLUE value IS 165 (64.84% from 255) = 32.93%
R=50.50%
G=16.57%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538316500.670.350.01331.0697.765.88
HexFD53A504323114b6242
Octal3751232450103431513142102
Binary1111110110100111010010101000011100011110100101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD53A5; }

 p { color: rgb(253,83,165); }

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

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

 a { background-color: rgb(253,83,165); }

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

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

 span { border-color: rgb(253,83,165); }

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