#F859AE

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

Shades of Brilliant Rose #F859AE

Tints of Brilliant Rose #F859AE

Color information

#F859AE (or 0xF859AE) is unknown color: approx Brilliant Rose. HEX triplet: F8, 59 and AE. RGB value is (248,89,174). Sum of RGB (Red+Green+Blue) = 248+89+174=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F859AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F859AE is #07A651. Grayscale: #929292. Windows color (decimal): -501330 or 11426296. OLE color: 11426296.

HSL color Cylindrical-coordinate representation of color #F859AE: hue angle of 327.92º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F859AE is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB24889174-
CMYK00.640.300.03
HSL327.92º91.91%66.08%-
HSV(B)327.92º64.11%97.25%-
XYZ49.9230.1643.23-
YUV146.23143.68200.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.53%
GREEN value IS 89 (35.16% from 255) = 17.42%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=48.53%
G=17.42%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488917400.640.300.03327.9291.9166.08
HexF859AE0401E31485c42
Octal3701312560100363510134102
Binary1111100010110011010111001000000111101110100100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F859AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F859AE; }

 p { color: rgb(248,89,174); }

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

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

 a { background-color: rgb(248,89,174); }

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

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

 span { border-color: rgb(248,89,174); }

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