#FF1290

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

Shades of Deep Pink #FF1290

Tints of Deep Pink #FF1290

Color information

#FF1290 (or 0xFF1290) is unknown color: approx Deep Pink. HEX triplet: FF, 12 and 90. RGB value is (255,18,144). Sum of RGB (Red+Green+Blue) = 255+18+144=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1290 is #00ED6F. Grayscale: #666666. Windows color (decimal): -60784 or 9442047. OLE color: 9442047.

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

Color convert

RGB25518144-
CMYK00.930.440
HSL328.1º100%53.53%-
HSV(B)328.1º92.94%100%-
XYZ46.4923.7128.51-
YUV103.23151.02236.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.15%
GREEN value IS 18 (7.42% from 255) = 4.32%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=61.15%
G=4.32%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551814400.930.440328.110053.53
HexFF129005D2C01486436
Octal37722220013554051014466
Binary1111111110010100100000101110110110001010010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1290; }

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

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

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

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

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

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

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

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