#FF668F

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

Shades of Brink Pink #FF668F

Tints of Brink Pink #FF668F

Color information

#FF668F (or 0xFF668F) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 8F. RGB value is (255,102,143). Sum of RGB (Red+Green+Blue) = 255+102+143=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668F is #009970. Grayscale: #989898. Windows color (decimal): -39281 or 9398015. OLE color: 9398015.

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

Color convert

RGB255102143-
CMYK00.60.440
HSL343.92º100%70%-
HSV(B)343.92º60%100%-
XYZ50.9532.7529.62-
YUV152.42122.69201.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=51%
G=20.4%
B=28.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510214300.60.440343.9210070
HexFF668F03C2C01586446
Octal377146217074540530144106
Binary111111111100110100011110111100101100010101100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF668F; }

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

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

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

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

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

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

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

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