#F96981

Color #F96981 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F96981

Tints of Brink Pink #F96981

Color information

#F96981 (or 0xF96981) is unknown color: approx Brink Pink. HEX triplet: F9, 69 and 81. RGB value is (249,105,129). Sum of RGB (Red+Green+Blue) = 249+105+129=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F96981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96981 is #06967E. Grayscale: #969696. Windows color (decimal): -431743 or 8481273. OLE color: 8481273.

HSL color Cylindrical-coordinate representation of color #F96981: hue angle of 350º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96981 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249105129-
CMYK00.580.480.02
HSL350º92.31%69.41%-
HSV(B)350º57.83%97.65%-
XYZ48.0831.8324.38-
YUV150.79115.71198.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.55%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=51.55%
G=21.74%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910512900.580.480.0235092.3169.41
HexF9698103A30215e5c45
Octal371151201072602536134105
Binary1111100111010011000000101110101100001010101111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96981; }

 p { color: rgb(249,105,129); }

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

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

 a { background-color: rgb(249,105,129); }

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

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

 span { border-color: rgb(249,105,129); }

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