#FF7090

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

Shades of Brink Pink #FF7090

Tints of Brink Pink #FF7090

Color information

#FF7090 (or 0xFF7090) is unknown color: approx Brink Pink. HEX triplet: FF, 70 and 90. RGB value is (255,112,144). Sum of RGB (Red+Green+Blue) = 255+112+144=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7090 is #008F6F. Grayscale: #9E9E9E. Windows color (decimal): -36720 or 9466111. OLE color: 9466111.

HSL color Cylindrical-coordinate representation of color #FF7090: hue angle of 346.57º 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 #FF7090 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255112144-
CMYK00.560.440
HSL346.57º100%71.96%-
HSV(B)346.57º56.08%100%-
XYZ52.0734.8630.37-
YUV158.4119.88196.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 112 (44.14% from 255) = 21.92%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=49.90%
G=21.92%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511214400.560.440346.5710071.96
HexFF70900382C015b6448
Octal377160220070540533144110
Binary111111111110000100100000111000101100010101101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7090; }

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

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

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

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

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

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

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

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