Html Css Color HEX #FD1081 Deep Pink

📋 copy color: '#FD1081'

red 253 ◦ green 16 ◦ blue 129

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

Shades of Deep Pink #FD1081

Tints of Deep Pink #FD1081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.02%

 BLUE value IS 129 (50.78% from 255) = 32.41%

R = 63.57%
G = 4.02%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD1081 (or 0xFD1081) is known color: Deep Pink. HEX triplet: FD, 10 and 81. RGB value is (253,16,129). Sum of RGB (Red+Green+Blue) = 253+16+129=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1081 is #02EF7E. Grayscale: #636363. Windows color (decimal): -192383 or 8458493. OLE color: 8458493.

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

Color convert

RGB 253 16 129 -
CMYK 0 0.94 0.49 0.01
HSL 331.39º 0.98% 0.53% -
HSV(B) 331.39º 0.94% 0.99% -
XYZ 44.66 22.84 22.82 -
YUV 99.75 144.52 237.31 -
System Red Green Blue C M Y K H S L
Decimal 253 16 129 0 0.94 0.49 0.01 331.39 0.98 0.53
Hex FD 10 81 0 5E 31 1 14B 62 35
Octal 375 20 201 0 136 61 1 513 142 65
Binary 11111101 10000 10000001 0 1011110 110001 1 101001011 1100010 110101

Color Harmonies of #FD1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1081

Black with #FD1081

Text Example


Text Example

White with #FD1081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1081; }

 p { color: rgb(253,16,129); }

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

background-color css

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

 a { background-color: rgb(253,16,129); }

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

border-color css

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

 span { border-color: rgb(253,16,129); }

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