#FF0090

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

Shades of Deep Pink #FF0090

Tints of Deep Pink #FF0090

Color information

#FF0090 (or 0xFF0090) is unknown color: approx Deep Pink. HEX triplet: FF, 00 and 90. RGB value is (255,0,144). Sum of RGB (Red+Green+Blue) = 255+0+144=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0090 is #00FF6F. Grayscale: #5C5C5C. Windows color (decimal): -65392 or 9437439. OLE color: 9437439.

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

Color convert

RGB2550144-
CMYK010.440
HSL326.12º100%50%-
HSV(B)326.12º100%100%-
XYZ46.2723.2728.44-
YUV92.66156.98243.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=63.91%
G=0%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550144010.440326.1210050
HexFF0900642C01466432
Octal3770220014454050614462
Binary111111110100100000110010010110001010001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0090; }

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

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

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

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

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

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

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

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