#FF7190

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

Shades of Brink Pink #FF7190

Tints of Brink Pink #FF7190

Color information

#FF7190 (or 0xFF7190) is unknown color: approx Brink Pink. HEX triplet: FF, 71 and 90. RGB value is (255,113,144). Sum of RGB (Red+Green+Blue) = 255+113+144=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7190 is #008E6F. Grayscale: #9F9F9F. Windows color (decimal): -36464 or 9466367. OLE color: 9466367.

HSL color Cylindrical-coordinate representation of color #FF7190: hue angle of 346.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7190 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255113144-
CMYK00.560.440
HSL346.9º100%72.16%-
HSV(B)346.9º55.69%100%-
XYZ52.1835.0830.41-
YUV158.99119.54196.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=49.80%
G=22.07%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511314400.560.440346.910072.16
HexFF71900382C015b6448
Octal377161220070540533144110
Binary111111111110001100100000111000101100010101101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7190; }

 p { color: rgb(255,113,144); }

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

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

 a { background-color: rgb(255,113,144); }

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

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

 span { border-color: rgb(255,113,144); }

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