Html Css Color HEX #FD1A7F Deep Pink

📋 copy color: '#FD1A7F'

red 253 ◦ green 26 ◦ blue 127

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

Shades of Deep Pink #FD1A7F

Tints of Deep Pink #FD1A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.28%

R = 62.32%
G = 6.4%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD1A7F (or 0xFD1A7F) is known color: Deep Pink. HEX triplet: FD, 1A and 7F. RGB value is (253,26,127). Sum of RGB (Red+Green+Blue) = 253+26+127=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A7F is #02E580. Grayscale: #696969. Windows color (decimal): -189825 or 8329981. OLE color: 8329981.

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

Color convert

RGB 253 26 127 -
CMYK 0 0.90 0.50 0.01
HSL 333.3º 0.98% 0.55% -
HSV(B) 333.3º 0.9% 0.99% -
XYZ 44.71 23.15 22.19 -
YUV 105.39 140.21 233.29 -
System Red Green Blue C M Y K H S L
Decimal 253 26 127 0 0.90 0.50 0.01 333.3 0.98 0.55
Hex FD 1A 7F 0 5A 32 1 14D 62 37
Octal 375 32 177 0 132 62 1 515 142 67
Binary 11111101 11010 1111111 0 1011010 110010 1 101001101 1100010 110111

Color Harmonies of #FD1A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A7F

Black with #FD1A7F

Text Example


Text Example

White with #FD1A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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