#FF668D

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

Shades of Brink Pink #FF668D

Tints of Brink Pink #FF668D

Color information

#FF668D (or 0xFF668D) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 8D. RGB value is (255,102,141). Sum of RGB (Red+Green+Blue) = 255+102+141=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668D is #009972. Grayscale: #989898. Windows color (decimal): -39283 or 9266943. OLE color: 9266943.

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

Color convert

RGB255102141-
CMYK00.60.450
HSL344.71º100%70%-
HSV(B)344.71º60%100%-
XYZ50.832.6928.83-
YUV152.19121.69201.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=51.20%
G=20.48%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510214100.60.450344.7110070
HexFF668D03C2D01596446
Octal377146215074550531144106
Binary111111111100110100011010111100101101010101100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF668D; }

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

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

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

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

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

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

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

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