Html Css Color HEX #FF149B Deep Pink

📋 copy color: '#FF149B'

red 255 ◦ green 20 ◦ blue 155

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

Shades of Deep Pink #FF149B

Tints of Deep Pink #FF149B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 59.3%
G = 4.65%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF149B (or 0xFF149B) is known color: Deep Pink. HEX triplet: FF, 14 and 9B. RGB value is (255,20,155). Sum of RGB (Red+Green+Blue) = 255+20+155=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF149B is #00EB64. Grayscale: #696969. Windows color (decimal): -60261 or 10163455. OLE color: 10163455.

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

Color convert

RGB 255 20 155 -
CMYK 0 0.92 0.39 0
HSL 325.53º 1% 0.54% -
HSV(B) 325.53º 0.92% 1% -
XYZ 47.41 24.13 33.17 -
YUV 105.66 155.86 234.52 -
System Red Green Blue C M Y K H S L
Decimal 255 20 155 0 0.92 0.39 0 325.53 1 0.54
Hex FF 14 9B 0 5C 27 0 146 64 36
Octal 377 24 233 0 134 47 0 506 144 66
Binary 11111111 10100 10011011 0 1011100 100111 0 101000110 1100100 110110

Color Harmonies of #FF149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF149B

Black with #FF149B

Text Example


Text Example

White with #FF149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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