#F859B1

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

Shades of Brilliant Rose #F859B1

Tints of Brilliant Rose #F859B1

Color information

#F859B1 (or 0xF859B1) is unknown color: approx Brilliant Rose. HEX triplet: F8, 59 and B1. RGB value is (248,89,177). Sum of RGB (Red+Green+Blue) = 248+89+177=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F859B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F859B1 is #07A64E. Grayscale: #929292. Windows color (decimal): -501327 or 11622904. OLE color: 11622904.

HSL color Cylindrical-coordinate representation of color #F859B1: hue angle of 326.79º 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 #F859B1 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB24889177-
CMYK00.640.290.03
HSL326.79º91.91%66.08%-
HSV(B)326.79º64.11%97.25%-
XYZ50.2230.2844.79-
YUV146.57145.18200.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.25%
GREEN value IS 89 (35.16% from 255) = 17.32%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=48.25%
G=17.32%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488917700.640.290.03326.7991.9166.08
HexF859B10401D31475c42
Octal3701312610100353507134102
Binary1111100010110011011000101000000111011110100011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F859B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F859B1; }

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

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

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

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

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

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

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

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