#F956B1

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

Shades of Brilliant Rose #F956B1

Tints of Brilliant Rose #F956B1

Color information

#F956B1 (or 0xF956B1) is unknown color: approx Brilliant Rose. HEX triplet: F9, 56 and B1. RGB value is (249,86,177). Sum of RGB (Red+Green+Blue) = 249+86+177=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F956B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F956B1 is #06A94E. Grayscale: #909090. Windows color (decimal): -436559 or 11622137. OLE color: 11622137.

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

Color convert

RGB24986177-
CMYK00.650.290.02
HSL326.5º93.14%65.69%-
HSV(B)326.5º65.46%97.65%-
XYZ50.3329.9744.73-
YUV145.11146202.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.63%
GREEN value IS 86 (33.98% from 255) = 16.80%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=48.63%
G=16.80%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498617700.650.290.02326.593.1465.69
HexF956B10411D21475d42
Octal3711262610101352507135102
Binary1111100110101101011000101000001111011010100011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F956B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F956B1; }

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

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

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

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

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

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

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

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