Html Css Color HEX #FD1A8E Deep Pink

📋 copy color: '#FD1A8E'

red 253 ◦ green 26 ◦ blue 142

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

Shades of Deep Pink #FD1A8E

Tints of Deep Pink #FD1A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.18%

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 60.1%
G = 6.18%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD1A8E (or 0xFD1A8E) is known color: Deep Pink. HEX triplet: FD, 1A and 8E. RGB value is (253,26,142). Sum of RGB (Red+Green+Blue) = 253+26+142=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1A8E is #02E571. Grayscale: #6A6A6A. Windows color (decimal): -189810 or 9313021. OLE color: 9313021.

HSL color Cylindrical-coordinate representation of color #FD1A8E: hue angle of 329.34º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1A8E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 26 142 -
CMYK 0 0.90 0.44 0.01
HSL 329.34º 0.98% 0.55% -
HSV(B) 329.34º 0.9% 0.99% -
XYZ 45.76 23.57 27.73 -
YUV 107.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 253 26 142 0 0.90 0.44 0.01 329.34 0.98 0.55
Hex FD 1A 8E 0 5A 2C 1 149 62 37
Octal 375 32 216 0 132 54 1 511 142 67
Binary 11111101 11010 10001110 0 1011010 101100 1 101001001 1100010 110111

Color Harmonies of #FD1A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A8E

Black with #FD1A8E

Text Example


Text Example

White with #FD1A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A8E; }

 p { color: rgb(253,26,142); }

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

background-color css

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

 a { background-color: rgb(253,26,142); }

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

border-color css

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

 span { border-color: rgb(253,26,142); }

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