#F8459E

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

Shades of Brilliant Rose #F8459E

Tints of Brilliant Rose #F8459E

Color information

#F8459E (or 0xF8459E) is unknown color: approx Brilliant Rose. HEX triplet: F8, 45 and 9E. RGB value is (248,69,158). Sum of RGB (Red+Green+Blue) = 248+69+158=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8459E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8459E is #07BA61. Grayscale: #848484. Windows color (decimal): -506466 or 10372600. OLE color: 10372600.

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

Color convert

RGB24869158-
CMYK00.720.360.03
HSL330.17º92.75%62.16%-
HSV(B)330.17º72.18%97.25%-
XYZ47.0126.6835.02-
YUV132.67142.3210.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.21%
GREEN value IS 69 (27.34% from 255) = 14.53%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=52.21%
G=14.53%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486915800.720.360.03330.1792.7562.16
HexF8459E04824314a5d3e
Octal370105236011044351213576
Binary1111100010001011001111001001000100100111010010101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8459E; }

 p { color: rgb(248,69,158); }

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

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

 a { background-color: rgb(248,69,158); }

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

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

 span { border-color: rgb(248,69,158); }

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