#FF667E

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

Shades of Brink Pink #FF667E

Tints of Brink Pink #FF667E

Color information

#FF667E (or 0xFF667E) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 7E. RGB value is (255,102,126). Sum of RGB (Red+Green+Blue) = 255+102+126=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF667E is #009981. Grayscale: #969696. Windows color (decimal): -39298 or 8283903. OLE color: 8283903.

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

Color convert

RGB255102126-
CMYK00.60.510
HSL350.59º100%70%-
HSV(B)350.59º60%100%-
XYZ49.7632.2723.34-
YUV150.48114.19202.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=52.80%
G=21.12%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510212600.60.510350.5910070
HexFF667E03C33015f6446
Octal377146176074630537144106
Binary11111111110011011111100111100110011010101111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF667E; }

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

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

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

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

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

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

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

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