#ff6490

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

Shades of Brink Pink #FF6490

Tints of Brink Pink #FF6490

Color information

#FF6490 (or 0xFF6490) is unknown color: approx Brink Pink. HEX triplet: FF, 64 and 90. RGB value is (255,100,144). Sum of RGB (Red+Green+Blue) = 255+100+144=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6490 is #009B6F. Grayscale: #979797. Windows color (decimal): -39792 or 9463039. OLE color: 9463039.

HSL color Cylindrical-coordinate representation of color #FF6490: hue angle of 342.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6490 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255100144-
CMYK00.610.440
HSL342.97º100%69.61%-
HSV(B)342.97º60.78%100%-
XYZ50.8332.3929.96-
YUV151.36123.85201.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=51.10%
G=20.04%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510014400.610.440342.9710069.61
HexFF649003D2C01576446
Octal377144220075540527144106
Binary111111111100100100100000111101101100010101011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6490; }

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

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

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

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

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

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

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

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