#FF668E

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

Shades of Brink Pink #FF668E

Tints of Brink Pink #FF668E

Color information

#FF668E (or 0xFF668E) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 8E. RGB value is (255,102,142). Sum of RGB (Red+Green+Blue) = 255+102+142=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668E is #009971. Grayscale: #989898. Windows color (decimal): -39282 or 9332479. OLE color: 9332479.

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

Color convert

RGB255102142-
CMYK00.60.440
HSL344.31º100%70%-
HSV(B)344.31º60%100%-
XYZ50.8732.7229.22-
YUV152.31122.19201.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=51.10%
G=20.44%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510214200.60.440344.3110070
HexFF668E03C2C01586446
Octal377146216074540530144106
Binary111111111100110100011100111100101100010101100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF668E; }

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

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

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

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

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

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

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

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