#F959AB

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

Shades of Brilliant Rose #F959AB

Tints of Brilliant Rose #F959AB

Color information

#F959AB (or 0xF959AB) is unknown color: approx Brilliant Rose. HEX triplet: F9, 59 and AB. RGB value is (249,89,171). Sum of RGB (Red+Green+Blue) = 249+89+171=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F959AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959AB is #06A654. Grayscale: #929292. Windows color (decimal): -435797 or 11229689. OLE color: 11229689.

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

Color convert

RGB24989171-
CMYK00.640.310.02
HSL329.25º93.02%66.27%-
HSV(B)329.25º64.26%97.65%-
XYZ49.9930.2241.73-
YUV146.19142.01201.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 89 (35.16% from 255) = 17.49%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=48.92%
G=17.49%
B=33.60%

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
Decimal2498917100.640.310.02329.2593.0266.27
HexF959AB0401F21495d42
Octal3711312530100372511135102
Binary1111100110110011010101101000000111111010100100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F959AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F959AB; }

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

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

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

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

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

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

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

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