#FF158A

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

Shades of Deep Pink #FF158A

Tints of Deep Pink #FF158A

Color information

#FF158A (or 0xFF158A) is unknown color: approx Deep Pink. HEX triplet: FF, 15 and 8A. RGB value is (255,21,138). Sum of RGB (Red+Green+Blue) = 255+21+138=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF158A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF158A is #00EA75. Grayscale: #686868. Windows color (decimal): -60022 or 9049599. OLE color: 9049599.

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

Color convert

RGB25521138-
CMYK00.920.460
HSL330º100%54.12%-
HSV(B)330º91.76%100%-
XYZ46.123.6326.18-
YUV104.3147.02235.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.59%
GREEN value IS 21 (8.59% from 255) = 5.07%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=61.59%
G=5.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552113800.920.46033010054.12
HexFF158A05C2E014a6436
Octal37725212013456051214466
Binary1111111110101100010100101110010111001010010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF158A; }

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

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

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

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

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

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

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

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