#FF6D78

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

Shades of Brink Pink #FF6D78

Tints of Brink Pink #FF6D78

Color information

#FF6D78 (or 0xFF6D78) is unknown color: approx Brink Pink. HEX triplet: FF, 6D and 78. RGB value is (255,109,120). Sum of RGB (Red+Green+Blue) = 255+109+120=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D78 is #009287. Grayscale: #9A9A9A. Windows color (decimal): -37512 or 7892479. OLE color: 7892479.

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

Color convert

RGB255109120-
CMYK00.570.530
HSL355.48º100%71.37%-
HSV(B)355.48º57.25%100%-
XYZ50.133.5521.61-
YUV153.91108.87200.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=52.69%
G=22.52%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510912000.570.530355.4810071.37
HexFF6D780393501636447
Octal377155170071650543144107
Binary11111111110110111110000111001110101010110001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6D78; }

 p { color: rgb(255,109,120); }

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

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

 a { background-color: rgb(255,109,120); }

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

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

 span { border-color: rgb(255,109,120); }

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