#F96C84

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

Shades of Brink Pink #F96C84

Tints of Brink Pink #F96C84

Color information

#F96C84 (or 0xF96C84) is unknown color: approx Brink Pink. HEX triplet: F9, 6C and 84. RGB value is (249,108,132). Sum of RGB (Red+Green+Blue) = 249+108+132=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96C84 is #06937B. Grayscale: #989898. Windows color (decimal): -430972 or 8678649. OLE color: 8678649.

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

Color convert

RGB249108132-
CMYK00.570.470.02
HSL349.79º92.16%70%-
HSV(B)349.79º56.63%97.65%-
XYZ48.5932.5325.55-
YUV152.89116.21196.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.92%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=50.92%
G=22.09%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910813200.570.470.02349.7992.1670
HexF96C840392F215e5c46
Octal371154204071572536134106
Binary1111100111011001000010001110011011111010101111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96C84; }

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

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

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

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

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

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

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

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