#FF668C

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

Shades of Brink Pink #FF668C

Tints of Brink Pink #FF668C

Color information

#FF668C (or 0xFF668C) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 8C. RGB value is (255,102,140). Sum of RGB (Red+Green+Blue) = 255+102+140=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668C is #009973. Grayscale: #989898. Windows color (decimal): -39284 or 9201407. OLE color: 9201407.

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

Color convert

RGB255102140-
CMYK00.60.450
HSL345.1º100%70%-
HSV(B)345.1º60%100%-
XYZ50.7232.6628.44-
YUV152.08121.19201.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 102 (40.23% from 255) = 20.52%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=51.31%
G=20.52%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510214000.60.450345.110070
HexFF668C03C2D01596446
Octal377146214074550531144106
Binary111111111100110100011000111100101101010101100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF668C; }

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

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

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

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

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

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

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

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