#F8608C

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

Shades of Brink Pink #F8608C

Tints of Brink Pink #F8608C

Color information

#F8608C (or 0xF8608C) is unknown color: approx Brink Pink. HEX triplet: F8, 60 and 8C. RGB value is (248,96,140). Sum of RGB (Red+Green+Blue) = 248+96+140=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8608C is #079F73. Grayscale: #929292. Windows color (decimal): -499572 or 9199864. OLE color: 9199864.

HSL color Cylindrical-coordinate representation of color #F8608C: hue angle of 342.63º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8608C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB24896140-
CMYK00.610.440.03
HSL342.63º91.57%67.45%-
HSV(B)342.63º61.29%97.25%-
XYZ47.6330.2228.13-
YUV146.46124.36200.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.24%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=51.24%
G=19.83%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489614000.610.440.03342.6391.5767.45
HexF8608C03D2C31575c43
Octal370140214075543527134103
Binary1111100011000001000110001111011011001110101011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8608C; }

 p { color: rgb(248,96,140); }

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

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

 a { background-color: rgb(248,96,140); }

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

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

 span { border-color: rgb(248,96,140); }

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