#FD519C

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

Shades of Brilliant Rose #FD519C

Tints of Brilliant Rose #FD519C

Color information

#FD519C (or 0xFD519C) is unknown color: approx Brilliant Rose. HEX triplet: FD, 51 and 9C. RGB value is (253,81,156). Sum of RGB (Red+Green+Blue) = 253+81+156=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD519C is #02AE63. Grayscale: #8C8C8C. Windows color (decimal): -175716 or 10244605. OLE color: 10244605.

HSL color Cylindrical-coordinate representation of color #FD519C: hue angle of 333.84º 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 #FD519C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB25381156-
CMYK00.680.380.01
HSL333.84º97.73%65.49%-
HSV(B)333.84º67.98%99.22%-
XYZ49.4529.1734.48-
YUV140.98136.48207.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.63%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=51.63%
G=16.53%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538115600.680.380.01333.8497.7365.49
HexFD519C04426114e6241
Octal3751212340104461516142101
Binary1111110110100011001110001000100100110110100111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD519C; }

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

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

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

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

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

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

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

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