#F1637A

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

Shades of Brink Pink #F1637A

Tints of Brink Pink #F1637A

Color information

#F1637A (or 0xF1637A) is unknown color: approx Brink Pink. HEX triplet: F1, 63 and 7A. RGB value is (241,99,122). Sum of RGB (Red+Green+Blue) = 241+99+122=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1637A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1637A is #0E9C85. Grayscale: #909090. Windows color (decimal): -957574 or 8020977. OLE color: 8020977.

HSL color Cylindrical-coordinate representation of color #F1637A: hue angle of 350.28º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1637A is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24199122-
CMYK00.590.490.05
HSL350.28º83.53%66.67%-
HSV(B)350.28º58.92%94.51%-
XYZ44.2529.0321.68-
YUV144.08115.54197.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=52.16%
G=21.43%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419912200.590.490.05350.2883.5366.67
HexF1637A03B31515e5443
Octal361143172073615536124103
Binary1111000111000111111010011101111000110110101111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1637A; }

 p { color: rgb(241,99,122); }

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

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

 a { background-color: rgb(241,99,122); }

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

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

 span { border-color: rgb(241,99,122); }

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