#FF6190

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

Shades of Brink Pink #FF6190

Tints of Brink Pink #FF6190

Color information

#FF6190 (or 0xFF6190) is unknown color: approx Brink Pink. HEX triplet: FF, 61 and 90. RGB value is (255,97,144). Sum of RGB (Red+Green+Blue) = 255+97+144=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6190 is #009E6F. Grayscale: #959595. Windows color (decimal): -40560 or 9462271. OLE color: 9462271.

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

Color convert

RGB25597144-
CMYK00.620.440
HSL342.15º100%69.02%-
HSV(B)342.15º61.96%100%-
XYZ50.5531.8229.86-
YUV149.6124.85203.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 97 (38.28% from 255) = 19.56%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=51.41%
G=19.56%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559714400.620.440342.1510069.02
HexFF619003E2C01566445
Octal377141220076540526144105
Binary111111111100001100100000111110101100010101011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6190; }

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

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

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

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

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

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

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

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