Html Css Color HEX #FD149A Deep Pink

📋 copy color: '#FD149A'

red 253 ◦ green 20 ◦ blue 154

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

Shades of Deep Pink #FD149A

Tints of Deep Pink #FD149A

RGB

 RED value IS 253 (99.22% from 255) = 59.25%

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

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

R = 59.25%
G = 4.68%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD149A (or 0xFD149A) is known color: Deep Pink. HEX triplet: FD, 14 and 9A. RGB value is (253,20,154). Sum of RGB (Red+Green+Blue) = 253+20+154=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD149A is #02EB65. Grayscale: #686868. Windows color (decimal): -191334 or 10097917. OLE color: 10097917.

HSL color Cylindrical-coordinate representation of color #FD149A: hue angle of 325.49º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD149A is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 20 154 -
CMYK 0 0.92 0.39 0.01
HSL 325.49º 0.98% 0.54% -
HSV(B) 325.49º 0.92% 0.99% -
XYZ 46.59 23.72 32.69 -
YUV 104.94 155.69 233.6 -
System Red Green Blue C M Y K H S L
Decimal 253 20 154 0 0.92 0.39 0.01 325.49 0.98 0.54
Hex FD 14 9A 0 5C 27 1 145 62 36
Octal 375 24 232 0 134 47 1 505 142 66
Binary 11111101 10100 10011010 0 1011100 100111 1 101000101 1100010 110110

Color Harmonies of #FD149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD149A

Black with #FD149A

Text Example


Text Example

White with #FD149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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