#FF6690

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

Shades of Brink Pink #FF6690

Tints of Brink Pink #FF6690

Color information

#FF6690 (or 0xFF6690) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 90. RGB value is (255,102,144). Sum of RGB (Red+Green+Blue) = 255+102+144=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6690 is #00996F. Grayscale: #989898. Windows color (decimal): -39280 or 9463551. OLE color: 9463551.

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

Color convert

RGB255102144-
CMYK00.60.440
HSL343.53º100%70%-
HSV(B)343.53º60%100%-
XYZ51.0332.7830.02-
YUV152.53123.19201.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 102 (40.23% from 255) = 20.36%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=50.90%
G=20.36%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510214400.60.440343.5310070
HexFF669003C2C01586446
Octal377146220074540530144106
Binary111111111100110100100000111100101100010101100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6690; }

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

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

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

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

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

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

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

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