#FF668A

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

Shades of Brink Pink #FF668A

Tints of Brink Pink #FF668A

Color information

#FF668A (or 0xFF668A) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 8A. RGB value is (255,102,138). Sum of RGB (Red+Green+Blue) = 255+102+138=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668A is #009975. Grayscale: #979797. Windows color (decimal): -39286 or 9070335. OLE color: 9070335.

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

Color convert

RGB255102138-
CMYK00.60.460
HSL345.88º100%70%-
HSV(B)345.88º60%100%-
XYZ50.5832.627.67-
YUV151.85120.19201.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=51.52%
G=20.61%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510213800.60.460345.8810070
HexFF668A03C2E015a6446
Octal377146212074560532144106
Binary111111111100110100010100111100101110010101101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF668A; }

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

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

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

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

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

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

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

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