#F1617F

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

Shades of Brink Pink #F1617F

Tints of Brink Pink #F1617F

Color information

#F1617F (or 0xF1617F) is unknown color: approx Brink Pink. HEX triplet: F1, 61 and 7F. RGB value is (241,97,127). Sum of RGB (Red+Green+Blue) = 241+97+127=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1617F is #0E9E80. Grayscale: #8F8F8F. Windows color (decimal): -958081 or 8348145. OLE color: 8348145.

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

Color convert

RGB24197127-
CMYK00.600.470.05
HSL347.5º83.72%66.27%-
HSV(B)347.5º59.75%94.51%-
XYZ44.3828.7823.3-
YUV143.48118.71197.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 127 (50% from 255) = 27.31%
R=51.83%
G=20.86%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419712700.600.470.05347.583.7266.27
HexF1617F03C2F515c5442
Octal361141177074575534124102
Binary1111000111000011111111011110010111110110101110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1617F; }

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

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

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

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

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

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

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

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