#FA489D

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

Shades of Brilliant Rose #FA489D

Tints of Brilliant Rose #FA489D

Color information

#FA489D (or 0xFA489D) is unknown color: approx Brilliant Rose. HEX triplet: FA, 48 and 9D. RGB value is (250,72,157). Sum of RGB (Red+Green+Blue) = 250+72+157=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA489D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA489D is #05B762. Grayscale: #868686. Windows color (decimal): -374627 or 10307834. OLE color: 10307834.

HSL color Cylindrical-coordinate representation of color #FA489D: hue angle of 331.35º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA489D is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25072157-
CMYK00.710.370.02
HSL331.35º94.68%63.14%-
HSV(B)331.35º71.2%98.04%-
XYZ47.8327.3934.66-
YUV134.91140.47210.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.19%
GREEN value IS 72 (28.52% from 255) = 15.03%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=52.19%
G=15.03%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507215700.710.370.02331.3594.6863.14
HexFA489D04725214b5f3f
Octal372110235010745251313777
Binary1111101010010001001110101000111100101101010010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA489D; }

 p { color: rgb(250,72,157); }

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

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

 a { background-color: rgb(250,72,157); }

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

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

 span { border-color: rgb(250,72,157); }

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