#FF6180

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

Shades of Brink Pink #FF6180

Tints of Brink Pink #FF6180

Color information

#FF6180 (or 0xFF6180) is unknown color: approx Brink Pink. HEX triplet: FF, 61 and 80. RGB value is (255,97,128). Sum of RGB (Red+Green+Blue) = 255+97+128=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6180 is #009E7F. Grayscale: #939393. Windows color (decimal): -40576 or 8413695. OLE color: 8413695.

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

Color convert

RGB25597128-
CMYK00.620.500
HSL348.23º100%69.02%-
HSV(B)348.23º61.96%100%-
XYZ49.4131.3723.87-
YUV147.78116.85204.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=53.12%
G=20.21%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559712800.620.500348.2310069.02
HexFF618003E32015c6445
Octal377141200076620534144105
Binary111111111100001100000000111110110010010101110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6180; }

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

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

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

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

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

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

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

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