#F96996

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

Shades of Brink Pink #F96996

Tints of Brink Pink #F96996

Color information

#F96996 (or 0xF96996) is unknown color: approx Brink Pink. HEX triplet: F9, 69 and 96. RGB value is (249,105,150). Sum of RGB (Red+Green+Blue) = 249+105+150=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F96996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96996 is #069669. Grayscale: #999999. Windows color (decimal): -431722 or 9857529. OLE color: 9857529.

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

Color convert

RGB249105150-
CMYK00.580.400.02
HSL341.25º92.31%69.41%-
HSV(B)341.25º57.83%97.65%-
XYZ49.6232.4432.5-
YUV153.19126.21196.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.40%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=49.40%
G=20.83%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910515000.580.400.02341.2592.3169.41
HexF9699603A2821555c45
Octal371151226072502525134105
Binary1111100111010011001011001110101010001010101010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96996; }

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

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

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

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

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

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

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

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