#F1607E

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

Shades of Brink Pink #F1607E

Tints of Brink Pink #F1607E

Color information

#F1607E (or 0xF1607E) is unknown color: approx Brink Pink. HEX triplet: F1, 60 and 7E. RGB value is (241,96,126). Sum of RGB (Red+Green+Blue) = 241+96+126=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1607E is #0E9F81. Grayscale: #8E8E8E. Windows color (decimal): -958338 or 8282353. OLE color: 8282353.

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

Color convert

RGB24196126-
CMYK00.600.480.05
HSL347.59º83.82%66.08%-
HSV(B)347.59º60.17%94.51%-
XYZ44.2228.5722.92-
YUV142.78118.54198.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=52.05%
G=20.73%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419612600.600.480.05347.5983.8266.08
HexF1607E03C30515c5442
Octal361140176074605534124102
Binary1111000111000001111110011110011000010110101110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1607E; }

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

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

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

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

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

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

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

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