Html Css Color HEX #FF158D Deep Pink

📋 copy color: '#FF158D'

red 255 ◦ green 21 ◦ blue 141

#FF158D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FF158D

Tints of Deep Pink #FF158D

RGB

 RED value IS 255 (100% from 255) = 61.15%

 GREEN value IS 21 (8.59% from 255) = 5.04%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 61.15%
G = 5.04%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF158D (or 0xFF158D) is known color: Deep Pink. HEX triplet: FF, 15 and 8D. RGB value is (255,21,141). Sum of RGB (Red+Green+Blue) = 255+21+141=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF158D is #00EA72. Grayscale: #686868. Windows color (decimal): -60019 or 9246207. OLE color: 9246207.

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

Color convert

RGB 255 21 141 -
CMYK 0 0.92 0.45 0
HSL 329.23º 1% 0.54% -
HSV(B) 329.23º 0.92% 1% -
XYZ 46.32 23.72 27.34 -
YUV 104.65 148.52 235.24 -
System Red Green Blue C M Y K H S L
Decimal 255 21 141 0 0.92 0.45 0 329.23 1 0.54
Hex FF 15 8D 0 5C 2D 0 149 64 36
Octal 377 25 215 0 134 55 0 511 144 66
Binary 11111111 10101 10001101 0 1011100 101101 0 101001001 1100100 110110

Color Harmonies of #FF158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF158D

Black with #FF158D

Text Example


Text Example

White with #FF158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF158D; }

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

 H1.HeaderClassName
 {
   color: #FF158D;
 }
 .AnyTagClassName
 {
   color: #FF158D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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