Html Css Color HEX #FD1A7D Deep Pink

📋 copy color: '#FD1A7D'

red 253 ◦ green 26 ◦ blue 125

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

Shades of Deep Pink #FD1A7D

Tints of Deep Pink #FD1A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 62.62%
G = 6.44%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD1A7D (or 0xFD1A7D) is known color: Deep Pink. HEX triplet: FD, 1A and 7D. RGB value is (253,26,125). Sum of RGB (Red+Green+Blue) = 253+26+125=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A7D is #02E582. Grayscale: #686868. Windows color (decimal): -189827 or 8198909. OLE color: 8198909.

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

Color convert

RGB 253 26 125 -
CMYK 0 0.90 0.51 0.01
HSL 333.83º 0.98% 0.55% -
HSV(B) 333.83º 0.9% 0.99% -
XYZ 44.58 23.1 21.51 -
YUV 105.16 139.21 233.45 -
System Red Green Blue C M Y K H S L
Decimal 253 26 125 0 0.90 0.51 0.01 333.83 0.98 0.55
Hex FD 1A 7D 0 5A 33 1 14E 62 37
Octal 375 32 175 0 132 63 1 516 142 67
Binary 11111101 11010 1111101 0 1011010 110011 1 101001110 1100010 110111

Color Harmonies of #FD1A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A7D

Black with #FD1A7D

Text Example


Text Example

White with #FD1A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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