Html Css Color HEX #FF149A Deep Pink

📋 copy color: '#FF149A'

red 255 ◦ green 20 ◦ blue 154

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

Shades of Deep Pink #FF149A

Tints of Deep Pink #FF149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.9%

R = 59.44%
G = 4.66%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF149A (or 0xFF149A) is known color: Deep Pink. HEX triplet: FF, 14 and 9A. RGB value is (255,20,154). Sum of RGB (Red+Green+Blue) = 255+20+154=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF149A is #00EB65. Grayscale: #696969. Windows color (decimal): -60262 or 10097919. OLE color: 10097919.

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

Color convert

RGB 255 20 154 -
CMYK 0 0.92 0.40 0
HSL 325.79º 1% 0.54% -
HSV(B) 325.79º 0.92% 1% -
XYZ 47.32 24.09 32.73 -
YUV 105.54 155.36 234.6 -
System Red Green Blue C M Y K H S L
Decimal 255 20 154 0 0.92 0.40 0 325.79 1 0.54
Hex FF 14 9A 0 5C 28 0 146 64 36
Octal 377 24 232 0 134 50 0 506 144 66
Binary 11111111 10100 10011010 0 1011100 101000 0 101000110 1100100 110110

Color Harmonies of #FF149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF149A

Black with #FF149A

Text Example


Text Example

White with #FF149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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