#F1607C

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

Shades of Brink Pink #F1607C

Tints of Brink Pink #F1607C

Color information

#F1607C (or 0xF1607C) is unknown color: approx Brink Pink. HEX triplet: F1, 60 and 7C. RGB value is (241,96,124). Sum of RGB (Red+Green+Blue) = 241+96+124=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1607C is #0E9F83. Grayscale: #8E8E8E. Windows color (decimal): -958340 or 8151281. OLE color: 8151281.

HSL color Cylindrical-coordinate representation of color #F1607C: hue angle of 348.41º 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 #F1607C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24196124-
CMYK00.600.490.05
HSL348.41º83.82%66.08%-
HSV(B)348.41º60.17%94.51%-
XYZ44.128.5222.25-
YUV142.55117.54198.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 96 (37.89% from 255) = 20.82%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=52.28%
G=20.82%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419612400.600.490.05348.4183.8266.08
HexF1607C03C31515c5442
Octal361140174074615534124102
Binary1111000111000001111100011110011000110110101110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1607C; }

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

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

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

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

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

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

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

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