#F1697F

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

Shades of Brink Pink #F1697F

Tints of Brink Pink #F1697F

Color information

#F1697F (or 0xF1697F) is unknown color: approx Brink Pink. HEX triplet: F1, 69 and 7F. RGB value is (241,105,127). Sum of RGB (Red+Green+Blue) = 241+105+127=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1697F is #0E9680. Grayscale: #949494. Windows color (decimal): -956033 or 8350193. OLE color: 8350193.

HSL color Cylindrical-coordinate representation of color #F1697F: hue angle of 350.29º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1697F is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB241105127-
CMYK00.560.470.05
HSL350.29º82.93%67.84%-
HSV(B)350.29º56.43%94.51%-
XYZ45.1630.3423.55-
YUV148.17116.06194.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 127 (50% from 255) = 26.85%
R=50.95%
G=22.20%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110512700.560.470.05350.2982.9367.84
HexF1697F0382F515e5344
Octal361151177070575536123104
Binary1111000111010011111111011100010111110110101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1697F; }

 p { color: rgb(241,105,127); }

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

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

 a { background-color: rgb(241,105,127); }

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

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

 span { border-color: rgb(241,105,127); }

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