Html Css Color HEX #FF149F Deep Pink

📋 copy color: '#FF149F'

red 255 ◦ green 20 ◦ blue 159

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

Shades of Deep Pink #FF149F

Tints of Deep Pink #FF149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.61%

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 58.76%
G = 4.61%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF149F (or 0xFF149F) is known color: Deep Pink. HEX triplet: FF, 14 and 9F. RGB value is (255,20,159). Sum of RGB (Red+Green+Blue) = 255+20+159=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF149F is #00EB60. Grayscale: #696969. Windows color (decimal): -60257 or 10425599. OLE color: 10425599.

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

Color convert

RGB 255 20 159 -
CMYK 0 0.92 0.38 0
HSL 324.51º 1% 0.54% -
HSV(B) 324.51º 0.92% 1% -
XYZ 47.75 24.26 34.97 -
YUV 106.11 157.86 234.2 -
System Red Green Blue C M Y K H S L
Decimal 255 20 159 0 0.92 0.38 0 324.51 1 0.54
Hex FF 14 9F 0 5C 26 0 145 64 36
Octal 377 24 237 0 134 46 0 505 144 66
Binary 11111111 10100 10011111 0 1011100 100110 0 101000101 1100100 110110

Color Harmonies of #FF149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF149F

Black with #FF149F

Text Example


Text Example

White with #FF149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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