#FF6090

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

Shades of Brink Pink #FF6090

Tints of Brink Pink #FF6090

Color information

#FF6090 (or 0xFF6090) is unknown color: approx Brink Pink. HEX triplet: FF, 60 and 90. RGB value is (255,96,144). Sum of RGB (Red+Green+Blue) = 255+96+144=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6090 is #009F6F. Grayscale: #949494. Windows color (decimal): -40816 or 9462015. OLE color: 9462015.

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

Color convert

RGB25596144-
CMYK00.620.440
HSL341.89º100%68.82%-
HSV(B)341.89º62.35%100%-
XYZ50.4631.6429.83-
YUV149.01125.18203.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 96 (37.89% from 255) = 19.39%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=51.52%
G=19.39%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559614400.620.440341.8910068.82
HexFF609003E2C01566445
Octal377140220076540526144105
Binary111111111100000100100000111110101100010101011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6090; }

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

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

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

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

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

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

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

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