#FF748B

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

Shades of Brink Pink #FF748B

Tints of Brink Pink #FF748B

Color information

#FF748B (or 0xFF748B) is unknown color: approx Brink Pink. HEX triplet: FF, 74 and 8B. RGB value is (255,116,139). Sum of RGB (Red+Green+Blue) = 255+116+139=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF748B is #008B74. Grayscale: #A0A0A0. Windows color (decimal): -35701 or 9139455. OLE color: 9139455.

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

Color convert

RGB255116139-
CMYK00.550.450
HSL350.07º100%72.75%-
HSV(B)350.07º54.51%100%-
XYZ52.1535.6128.55-
YUV160.18116.05195.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=50%
G=22.75%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511613900.550.450350.0710072.75
HexFF748B0372D015e6449
Octal377164213067550536144111
Binary111111111110100100010110110111101101010101111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF748B; }

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

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

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

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

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

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

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

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