Html Css Color HEX #FD1073 Deep Pink

📋 copy color: '#FD1073'

red 253 ◦ green 16 ◦ blue 115

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

Shades of Deep Pink #FD1073

Tints of Deep Pink #FD1073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 65.89%
G = 4.17%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD1073 (or 0xFD1073) is known color: Deep Pink. HEX triplet: FD, 10 and 73. RGB value is (253,16,115). Sum of RGB (Red+Green+Blue) = 253+16+115=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1073 is #02EF8C. Grayscale: #616161. Windows color (decimal): -192397 or 7540989. OLE color: 7540989.

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

Color convert

RGB 253 16 115 -
CMYK 0 0.94 0.55 0.01
HSL 334.94º 0.98% 0.53% -
HSV(B) 334.94º 0.94% 0.99% -
XYZ 43.79 22.49 18.25 -
YUV 98.15 137.52 238.45 -
System Red Green Blue C M Y K H S L
Decimal 253 16 115 0 0.94 0.55 0.01 334.94 0.98 0.53
Hex FD 10 73 0 5E 37 1 14F 62 35
Octal 375 20 163 0 136 67 1 517 142 65
Binary 11111101 10000 1110011 0 1011110 110111 1 101001111 1100010 110101

Color Harmonies of #FD1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1073

Black with #FD1073

Text Example


Text Example

White with #FD1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1073; }

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

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

background-color css

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

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

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

border-color css

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

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

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