#F1608A

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

Shades of Brink Pink #F1608A

Tints of Brink Pink #F1608A

Color information

#F1608A (or 0xF1608A) is unknown color: approx Brink Pink. HEX triplet: F1, 60 and 8A. RGB value is (241,96,138). Sum of RGB (Red+Green+Blue) = 241+96+138=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1608A is #0E9F75. Grayscale: #909090. Windows color (decimal): -958326 or 9068785. OLE color: 9068785.

HSL color Cylindrical-coordinate representation of color #F1608A: hue angle of 342.62º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1608A is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB24196138-
CMYK00.600.430.05
HSL342.62º83.82%66.08%-
HSV(B)342.62º60.17%94.51%-
XYZ45.0528.927.25-
YUV144.14124.54197.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=50.74%
G=20.21%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419613800.600.430.05342.6283.8266.08
HexF1608A03C2B51575442
Octal361140212074535527124102
Binary11110001110000010001010011110010101110110101011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1608A; }

 p { color: rgb(241,96,138); }

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

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

 a { background-color: rgb(241,96,138); }

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

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

 span { border-color: rgb(241,96,138); }

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