#FF148B

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

Shades of Deep Pink #FF148B

Tints of Deep Pink #FF148B

Color information

#FF148B (or 0xFF148B) is unknown color: approx Deep Pink. HEX triplet: FF, 14 and 8B. RGB value is (255,20,139). Sum of RGB (Red+Green+Blue) = 255+20+139=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF148B is #00EB74. Grayscale: #676767. Windows color (decimal): -60277 or 9114879. OLE color: 9114879.

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

Color convert

RGB25520139-
CMYK00.920.450
HSL329.62º100%53.92%-
HSV(B)329.62º92.16%100%-
XYZ46.1523.6226.55-
YUV103.83147.86235.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.59%
GREEN value IS 20 (8.20% from 255) = 4.83%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=61.59%
G=4.83%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552013900.920.450329.6210053.92
HexFF148B05C2D014a6436
Octal37724213013455051214466
Binary1111111110100100010110101110010110101010010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF148B; }

 p { color: rgb(255,20,139); }

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

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

 a { background-color: rgb(255,20,139); }

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

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

 span { border-color: rgb(255,20,139); }

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