#FF667C

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

Shades of Brink Pink #FF667C

Tints of Brink Pink #FF667C

Color information

#FF667C (or 0xFF667C) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 7C. RGB value is (255,102,124). Sum of RGB (Red+Green+Blue) = 255+102+124=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF667C is #009983. Grayscale: #969696. Windows color (decimal): -39300 or 8152831. OLE color: 8152831.

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

Color convert

RGB255102124-
CMYK00.60.510
HSL351.37º100%70%-
HSV(B)351.37º60%100%-
XYZ49.6332.2222.67-
YUV150.25113.19202.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 102 (40.23% from 255) = 21.21%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=53.01%
G=21.21%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510212400.60.510351.3710070
HexFF667C03C33015f6446
Octal377146174074630537144106
Binary11111111110011011111000111100110011010101111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF667C; }

 p { color: rgb(255,102,124); }

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

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

 a { background-color: rgb(255,102,124); }

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

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

 span { border-color: rgb(255,102,124); }

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