Html Css Color HEX #FD159A Deep Pink

📋 copy color: '#FD159A'

red 253 ◦ green 21 ◦ blue 154

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

Shades of Deep Pink #FD159A

Tints of Deep Pink #FD159A

RGB

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

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

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

R = 59.11%
G = 4.91%
B = 35.98%

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

#FD159A (or 0xFD159A) is known color: Deep Pink. HEX triplet: FD, 15 and 9A. RGB value is (253,21,154). Sum of RGB (Red+Green+Blue) = 253+21+154=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD159A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD159A is #02EA65. Grayscale: #696969. Windows color (decimal): -191078 or 10098173. OLE color: 10098173.

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

Color convert

RGB 253 21 154 -
CMYK 0 0.92 0.39 0.01
HSL 325.6º 0.98% 0.54% -
HSV(B) 325.6º 0.92% 0.99% -
XYZ 46.61 23.75 32.7 -
YUV 105.53 155.36 233.19 -
System Red Green Blue C M Y K H S L
Decimal 253 21 154 0 0.92 0.39 0.01 325.6 0.98 0.54
Hex FD 15 9A 0 5C 27 1 146 62 36
Octal 375 25 232 0 134 47 1 506 142 66
Binary 11111101 10101 10011010 0 1011100 100111 1 101000110 1100010 110110

Color Harmonies of #FD159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD159A

Black with #FD159A

Text Example


Text Example

White with #FD159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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