#F959A7

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

Shades of Brilliant Rose #F959A7

Tints of Brilliant Rose #F959A7

Color information

#F959A7 (or 0xF959A7) is unknown color: approx Brilliant Rose. HEX triplet: F9, 59 and A7. RGB value is (249,89,167). Sum of RGB (Red+Green+Blue) = 249+89+167=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F959A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959A7 is #06A658. Grayscale: #919191. Windows color (decimal): -435801 or 10967545. OLE color: 10967545.

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

Color convert

RGB24989167-
CMYK00.640.330.02
HSL330.75º93.02%66.27%-
HSV(B)330.75º64.26%97.65%-
XYZ49.6130.0739.75-
YUV145.73140.01201.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 89 (35.16% from 255) = 17.62%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=49.31%
G=17.62%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498916700.640.330.02330.7593.0266.27
HexF959A704021214b5d42
Octal3711312470100412513135102
Binary11111001101100110100111010000001000011010100101110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F959A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F959A7; }

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

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

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

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

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

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

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

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