#F956A0

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

Shades of Brilliant Rose #F956A0

Tints of Brilliant Rose #F956A0

Color information

#F956A0 (or 0xF956A0) is unknown color: approx Brilliant Rose. HEX triplet: F9, 56 and A0. RGB value is (249,86,160). Sum of RGB (Red+Green+Blue) = 249+86+160=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F956A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F956A0 is #06A95F. Grayscale: #8F8F8F. Windows color (decimal): -436576 or 10508025. OLE color: 10508025.

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

Color convert

RGB24986160-
CMYK00.650.360.02
HSL332.76º93.14%65.69%-
HSV(B)332.76º65.46%97.65%-
XYZ48.7429.3336.35-
YUV143.17137.5203.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.30%
GREEN value IS 86 (33.98% from 255) = 17.37%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=50.30%
G=17.37%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498616000.650.360.02332.7693.1465.69
HexF956A004124214d5d42
Octal3711262400101442515135102
Binary11111001101011010100000010000011001001010100110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F956A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F956A0; }

 p { color: rgb(249,86,160); }

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

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

 a { background-color: rgb(249,86,160); }

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

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

 span { border-color: rgb(249,86,160); }

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