#F96488

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

Shades of Brink Pink #F96488

Tints of Brink Pink #F96488

Color information

#F96488 (or 0xF96488) is unknown color: approx Brink Pink. HEX triplet: F9, 64 and 88. RGB value is (249,100,136). Sum of RGB (Red+Green+Blue) = 249+100+136=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F96488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96488 is #069B77. Grayscale: #949494. Windows color (decimal): -433016 or 8938745. OLE color: 8938745.

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

Color convert

RGB249100136-
CMYK00.600.450.02
HSL345.5º92.55%68.43%-
HSV(B)345.5º59.84%97.65%-
XYZ48.0731.0326.75-
YUV148.65120.86199.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.34%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=51.34%
G=20.62%
B=28.04%

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
Decimal24910013600.600.450.02345.592.5568.43
HexF9648803C2D215a5d44
Octal371144210074552532135104
Binary1111100111001001000100001111001011011010101101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96488; }

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

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

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

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

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

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

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

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