#F8499A

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

Shades of Brilliant Rose #F8499A

Tints of Brilliant Rose #F8499A

Color information

#F8499A (or 0xF8499A) is unknown color: approx Brilliant Rose. HEX triplet: F8, 49 and 9A. RGB value is (248,73,154). Sum of RGB (Red+Green+Blue) = 248+73+154=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8499A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8499A is #07B665. Grayscale: #868686. Windows color (decimal): -505446 or 10111480. OLE color: 10111480.

HSL color Cylindrical-coordinate representation of color #F8499A: hue angle of 332.23º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8499A is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB24873154-
CMYK00.710.380.03
HSL332.23º92.59%62.94%-
HSV(B)332.23º70.56%97.25%-
XYZ46.9327.0533.32-
YUV134.56138.98208.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.21%
GREEN value IS 73 (28.91% from 255) = 15.37%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=52.21%
G=15.37%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487315400.710.380.03332.2392.5962.94
HexF8499A04726314c5d3f
Octal370111232010746351413577
Binary1111100010010011001101001000111100110111010011001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8499A; }

 p { color: rgb(248,73,154); }

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

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

 a { background-color: rgb(248,73,154); }

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

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

 span { border-color: rgb(248,73,154); }

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