#F9708E

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

Shades of Brink Pink #F9708E

Tints of Brink Pink #F9708E

Color information

#F9708E (or 0xF9708E) is unknown color: approx Brink Pink. HEX triplet: F9, 70 and 8E. RGB value is (249,112,142). Sum of RGB (Red+Green+Blue) = 249+112+142=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9708E is #068F71. Grayscale: #9C9C9C. Windows color (decimal): -429938 or 9335033. OLE color: 9335033.

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

Color convert

RGB249112142-
CMYK00.550.430.02
HSL346.86º91.95%70.78%-
HSV(B)346.86º55.02%97.65%-
XYZ49.7433.6829.47-
YUV156.38119.89194.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=49.50%
G=22.27%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911214200.550.430.02346.8691.9570.78
HexF9708E0372B215b5c47
Octal371160216067532533134107
Binary1111100111100001000111001101111010111010101101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9708E; }

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

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

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

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

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

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

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

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