#F9489F

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

Shades of Brilliant Rose #F9489F

Tints of Brilliant Rose #F9489F

Color information

#F9489F (or 0xF9489F) is unknown color: approx Brilliant Rose. HEX triplet: F9, 48 and 9F. RGB value is (249,72,159). Sum of RGB (Red+Green+Blue) = 249+72+159=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9489F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9489F is #06B760. Grayscale: #868686. Windows color (decimal): -440161 or 10438905. OLE color: 10438905.

HSL color Cylindrical-coordinate representation of color #F9489F: hue angle of 330.51º degrees, saturation: 0.94, 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 #F9489F is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB24972159-
CMYK00.710.360.02
HSL330.51º93.65%62.94%-
HSV(B)330.51º71.08%97.65%-
XYZ47.6427.2835.55-
YUV134.84141.64209.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.88%
GREEN value IS 72 (28.52% from 255) = 15%
BLUE value IS 159 (62.5% from 255) = 33.12%
R=51.88%
G=15%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497215900.710.360.02330.5193.6562.94
HexF9489F04724214b5e3f
Octal371110237010744251313677
Binary1111100110010001001111101000111100100101010010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9489F; }

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

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

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

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

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

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

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

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