#FD489F

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

Shades of Brilliant Rose #FD489F

Tints of Brilliant Rose #FD489F

Color information

#FD489F (or 0xFD489F) is unknown color: approx Brilliant Rose. HEX triplet: FD, 48 and 9F. RGB value is (253,72,159). Sum of RGB (Red+Green+Blue) = 253+72+159=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD489F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD489F is #02B760. Grayscale: #878787. Windows color (decimal): -178017 or 10438909. OLE color: 10438909.

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

Color convert

RGB25372159-
CMYK00.720.370.01
HSL331.16º97.84%63.73%-
HSV(B)331.16º71.54%99.22%-
XYZ49.0828.0235.62-
YUV136.04140.97211.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.27%
GREEN value IS 72 (28.52% from 255) = 14.88%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=52.27%
G=14.88%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537215900.720.370.01331.1697.8463.73
HexFD489F04825114b6240
Octal3751102370110451513142100
Binary1111110110010001001111101001000100101110100101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD489F; }

 p { color: rgb(253,72,159); }

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

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

 a { background-color: rgb(253,72,159); }

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

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

 span { border-color: rgb(253,72,159); }

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