#F9707B

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

Shades of Brink Pink #F9707B

Tints of Brink Pink #F9707B

Color information

#F9707B (or 0xF9707B) is unknown color: approx Brink Pink. HEX triplet: F9, 70 and 7B. RGB value is (249,112,123). Sum of RGB (Red+Green+Blue) = 249+112+123=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9707B is #068F84. Grayscale: #9A9A9A. Windows color (decimal): -429957 or 8089849. OLE color: 8089849.

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

Color convert

RGB249112123-
CMYK00.550.510.02
HSL355.18º91.95%70.78%-
HSV(B)355.18º55.02%97.65%-
XYZ48.4433.1622.59-
YUV154.22110.39195.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.45%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=51.45%
G=23.14%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911212300.550.510.02355.1891.9570.78
HexF9707B0373321635c47
Octal371160173067632543134107
Binary111110011110000111101101101111100111010110001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9707B; }

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

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

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

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

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

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

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

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