#FF7286

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

Shades of Brink Pink #FF7286

Tints of Brink Pink #FF7286

Color information

#FF7286 (or 0xFF7286) is unknown color: approx Brink Pink. HEX triplet: FF, 72 and 86. RGB value is (255,114,134). Sum of RGB (Red+Green+Blue) = 255+114+134=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7286 is #008D79. Grayscale: #9E9E9E. Windows color (decimal): -36218 or 8811263. OLE color: 8811263.

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

Color convert

RGB255114134-
CMYK00.550.470
HSL351.49º100%72.35%-
HSV(B)351.49º55.29%100%-
XYZ51.5635.0226.6-
YUV158.44114.21196.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=50.70%
G=22.66%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511413400.550.470351.4910072.35
HexFF72860372F015f6448
Octal377162206067570537144110
Binary111111111110010100001100110111101111010101111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7286; }

 p { color: rgb(255,114,134); }

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

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

 a { background-color: rgb(255,114,134); }

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

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

 span { border-color: rgb(255,114,134); }

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