#F1618A

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

Shades of Brink Pink #F1618A

Tints of Brink Pink #F1618A

Color information

#F1618A (or 0xF1618A) is unknown color: approx Brink Pink. HEX triplet: F1, 61 and 8A. RGB value is (241,97,138). Sum of RGB (Red+Green+Blue) = 241+97+138=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1618A is #0E9E75. Grayscale: #909090. Windows color (decimal): -958070 or 9069041. OLE color: 9069041.

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

Color convert

RGB24197138-
CMYK00.600.430.05
HSL342.92º83.72%66.27%-
HSV(B)342.92º59.75%94.51%-
XYZ45.1429.0927.28-
YUV144.73124.21196.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=50.63%
G=20.38%
B=28.99%

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
Decimal2419713800.600.430.05342.9283.7266.27
HexF1618A03C2B51575442
Octal361141212074535527124102
Binary11110001110000110001010011110010101110110101011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1618A; }

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

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

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

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

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

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

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

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