#F859B0

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

Shades of Brilliant Rose #F859B0

Tints of Brilliant Rose #F859B0

Color information

#F859B0 (or 0xF859B0) is unknown color: approx Brilliant Rose. HEX triplet: F8, 59 and B0. RGB value is (248,89,176). Sum of RGB (Red+Green+Blue) = 248+89+176=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F859B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F859B0 is #07A64F. Grayscale: #929292. Windows color (decimal): -501328 or 11557368. OLE color: 11557368.

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

Color convert

RGB24889176-
CMYK00.640.290.03
HSL327.17º91.91%66.08%-
HSV(B)327.17º64.11%97.25%-
XYZ50.1230.2444.27-
YUV146.46144.68200.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.34%
GREEN value IS 89 (35.16% from 255) = 17.35%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=48.34%
G=17.35%
B=34.31%

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
Decimal2488917600.640.290.03327.1791.9166.08
HexF859B00401D31475c42
Octal3701312600100353507134102
Binary1111100010110011011000001000000111011110100011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F859B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F859B0; }

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

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

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

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

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

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

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

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