#FF748E

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

Shades of Brink Pink #FF748E

Tints of Brink Pink #FF748E

Color information

#FF748E (or 0xFF748E) is unknown color: approx Brink Pink. HEX triplet: FF, 74 and 8E. RGB value is (255,116,142). Sum of RGB (Red+Green+Blue) = 255+116+142=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF748E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF748E is #008B71. Grayscale: #A0A0A0. Windows color (decimal): -35698 or 9336063. OLE color: 9336063.

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

Color convert

RGB255116142-
CMYK00.550.440
HSL348.78º100%72.75%-
HSV(B)348.78º54.51%100%-
XYZ52.3735.729.72-
YUV160.52117.55195.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 116 (45.70% from 255) = 22.61%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=49.71%
G=22.61%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511614200.550.440348.7810072.75
HexFF748E0372C015d6449
Octal377164216067540535144111
Binary111111111110100100011100110111101100010101110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF748E; }

 p { color: rgb(255,116,142); }

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

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

 a { background-color: rgb(255,116,142); }

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

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

 span { border-color: rgb(255,116,142); }

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