#FD51A4

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

Shades of Brilliant Rose #FD51A4

Tints of Brilliant Rose #FD51A4

Color information

#FD51A4 (or 0xFD51A4) is unknown color: approx Brilliant Rose. HEX triplet: FD, 51 and A4. RGB value is (253,81,164). Sum of RGB (Red+Green+Blue) = 253+81+164=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD51A4 is #02AE5B. Grayscale: #8D8D8D. Windows color (decimal): -175708 or 10768893. OLE color: 10768893.

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

Color convert

RGB25381164-
CMYK00.680.350.01
HSL331.05º97.73%65.49%-
HSV(B)331.05º67.98%99.22%-
XYZ50.1529.4538.16-
YUV141.89140.48207.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 81 (32.03% from 255) = 16.27%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=50.80%
G=16.27%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538116400.680.350.01331.0597.7365.49
HexFD51A404423114b6241
Octal3751212440104431513142101
Binary1111110110100011010010001000100100011110100101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD51A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD51A4; }

 p { color: rgb(253,81,164); }

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

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

 a { background-color: rgb(253,81,164); }

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

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

 span { border-color: rgb(253,81,164); }

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