#F97088

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

Shades of Brink Pink #F97088

Tints of Brink Pink #F97088

Color information

#F97088 (or 0xF97088) is unknown color: approx Brink Pink. HEX triplet: F9, 70 and 88. RGB value is (249,112,136). Sum of RGB (Red+Green+Blue) = 249+112+136=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F97088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97088 is #068F77. Grayscale: #9B9B9B. Windows color (decimal): -429944 or 8941817. OLE color: 8941817.

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

Color convert

RGB249112136-
CMYK00.550.450.02
HSL349.49º91.95%70.78%-
HSV(B)349.49º55.02%97.65%-
XYZ49.3133.5127.16-
YUV155.7116.89194.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=50.10%
G=22.54%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911213600.550.450.02349.4991.9570.78
HexF970880372D215d5c47
Octal371160210067552535134107
Binary1111100111100001000100001101111011011010101110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97088; }

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

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

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

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

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

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

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

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