#F96489

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

Shades of Brink Pink #F96489

Tints of Brink Pink #F96489

Color information

#F96489 (or 0xF96489) is unknown color: approx Brink Pink. HEX triplet: F9, 64 and 89. RGB value is (249,100,137). Sum of RGB (Red+Green+Blue) = 249+100+137=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F96489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96489 is #069B76. Grayscale: #949494. Windows color (decimal): -433015 or 9004281. OLE color: 9004281.

HSL color Cylindrical-coordinate representation of color #F96489: hue angle of 345.1º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96489 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249100137-
CMYK00.600.450.02
HSL345.1º92.55%68.43%-
HSV(B)345.1º59.84%97.65%-
XYZ48.1431.0627.12-
YUV148.77121.36199.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.23%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=51.23%
G=20.58%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910013700.600.450.02345.192.5568.43
HexF9648903C2D21595d44
Octal371144211074552531135104
Binary1111100111001001000100101111001011011010101100110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96489; }

 p { color: rgb(249,100,137); }

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

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

 a { background-color: rgb(249,100,137); }

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

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

 span { border-color: rgb(249,100,137); }

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