#FF018A

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

Shades of Deep Pink #FF018A

Tints of Deep Pink #FF018A

Color information

#FF018A (or 0xFF018A) is unknown color: approx Deep Pink. HEX triplet: FF, 01 and 8A. RGB value is (255,1,138). Sum of RGB (Red+Green+Blue) = 255+1+138=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF018A is #00FE75. Grayscale: #5C5C5C. Windows color (decimal): -65142 or 9044479. OLE color: 9044479.

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

Color convert

RGB2551138-
CMYK01.000.460
HSL327.64º100%50.2%-
HSV(B)327.64º99.61%100%-
XYZ45.8423.1226.09-
YUV92.56153.65243.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.72%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=64.72%
G=0.25%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255113801.000.460327.6410050.2
HexFF18A0642E01486432
Octal3771212014456051014462
Binary111111111100010100110010010111001010010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF018A; }

 p { color: rgb(255,1,138); }

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

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

 a { background-color: rgb(255,1,138); }

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

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

 span { border-color: rgb(255,1,138); }

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