#F959AC

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

Shades of Brilliant Rose #F959AC

Tints of Brilliant Rose #F959AC

Color information

#F959AC (or 0xF959AC) is unknown color: approx Brilliant Rose. HEX triplet: F9, 59 and AC. RGB value is (249,89,172). Sum of RGB (Red+Green+Blue) = 249+89+172=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F959AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959AC is #06A653. Grayscale: #929292. Windows color (decimal): -435796 or 11295225. OLE color: 11295225.

HSL color Cylindrical-coordinate representation of color #F959AC: hue angle of 328.88º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959AC is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB24989172-
CMYK00.640.310.02
HSL328.88º93.02%66.27%-
HSV(B)328.88º64.26%97.65%-
XYZ50.0930.2642.23-
YUV146.3142.51201.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.82%
GREEN value IS 89 (35.16% from 255) = 17.45%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=48.82%
G=17.45%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498917200.640.310.02328.8893.0266.27
HexF959AC0401F21495d42
Octal3711312540100372511135102
Binary1111100110110011010110001000000111111010100100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F959AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F959AC; }

 p { color: rgb(249,89,172); }

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

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

 a { background-color: rgb(249,89,172); }

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

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

 span { border-color: rgb(249,89,172); }

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