#F96984

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

Shades of Brink Pink #F96984

Tints of Brink Pink #F96984

Color information

#F96984 (or 0xF96984) is unknown color: approx Brink Pink. HEX triplet: F9, 69 and 84. RGB value is (249,105,132). Sum of RGB (Red+Green+Blue) = 249+105+132=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F96984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96984 is #06967B. Grayscale: #979797. Windows color (decimal): -431740 or 8677881. OLE color: 8677881.

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

Color convert

RGB249105132-
CMYK00.580.470.02
HSL348.75º92.31%69.41%-
HSV(B)348.75º57.83%97.65%-
XYZ48.2831.9125.44-
YUV151.13117.21197.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.23%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=51.23%
G=21.60%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910513200.580.470.02348.7592.3169.41
HexF9698403A2F215d5c45
Octal371151204072572535134105
Binary1111100111010011000010001110101011111010101110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96984; }

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

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

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

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

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

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

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

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