Html Css Color HEX #FD1193 Deep Pink

📋 copy color: '#FD1193'

red 253 ◦ green 17 ◦ blue 147

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

Shades of Deep Pink #FD1193

Tints of Deep Pink #FD1193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.08%

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 60.67%
G = 4.08%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD1193 (or 0xFD1193) is known color: Deep Pink. HEX triplet: FD, 11 and 93. RGB value is (253,17,147). Sum of RGB (Red+Green+Blue) = 253+17+147=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1193 is #02EE6C. Grayscale: #666666. Windows color (decimal): -192109 or 9638397. OLE color: 9638397.

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

Color convert

RGB 253 17 147 -
CMYK 0 0.93 0.42 0.01
HSL 326.95º 0.98% 0.53% -
HSV(B) 326.95º 0.93% 0.99% -
XYZ 45.97 23.39 29.7 -
YUV 102.38 153.19 235.43 -
System Red Green Blue C M Y K H S L
Decimal 253 17 147 0 0.93 0.42 0.01 326.95 0.98 0.53
Hex FD 11 93 0 5D 2A 1 147 62 35
Octal 375 21 223 0 135 52 1 507 142 65
Binary 11111101 10001 10010011 0 1011101 101010 1 101000111 1100010 110101

Color Harmonies of #FD1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1193

Black with #FD1193

Text Example


Text Example

White with #FD1193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1193; }

 p { color: rgb(253,17,147); }

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

background-color css

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

 a { background-color: rgb(253,17,147); }

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

border-color css

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

 span { border-color: rgb(253,17,147); }

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