Html Css Color HEX #FD1C8E Deep Pink

📋 copy color: '#FD1C8E'

red 253 ◦ green 28 ◦ blue 142

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

Shades of Deep Pink #FD1C8E

Tints of Deep Pink #FD1C8E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.62%

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

R = 59.81%
G = 6.62%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD1C8E (or 0xFD1C8E) is known color: Deep Pink. HEX triplet: FD, 1C and 8E. RGB value is (253,28,142). Sum of RGB (Red+Green+Blue) = 253+28+142=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1C8E is #02E371. Grayscale: #6C6C6C. Windows color (decimal): -189298 or 9313533. OLE color: 9313533.

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

Color convert

RGB 253 28 142 -
CMYK 0 0.89 0.44 0.01
HSL 329.6º 0.98% 0.55% -
HSV(B) 329.6º 0.89% 0.99% -
XYZ 45.81 23.67 27.74 -
YUV 108.27 147.04 231.23 -
System Red Green Blue C M Y K H S L
Decimal 253 28 142 0 0.89 0.44 0.01 329.6 0.98 0.55
Hex FD 1C 8E 0 59 2C 1 14A 62 37
Octal 375 34 216 0 131 54 1 512 142 67
Binary 11111101 11100 10001110 0 1011001 101100 1 101001010 1100010 110111

Color Harmonies of #FD1C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C8E

Black with #FD1C8E

Text Example


Text Example

White with #FD1C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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