Html Css Color HEX #FF1193 Deep Pink

📋 copy color: '#FF1193'

red 255 ◦ green 17 ◦ blue 147

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

Shades of Deep Pink #FF1193

Tints of Deep Pink #FF1193

RGB

 RED value IS 255 (100% from 255) = 60.86%

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

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

R = 60.86%
G = 4.06%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF1193 (or 0xFF1193) is known color: Deep Pink. HEX triplet: FF, 11 and 93. RGB value is (255,17,147). Sum of RGB (Red+Green+Blue) = 255+17+147=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1193 is #00EE6C. Grayscale: #666666. Windows color (decimal): -61037 or 9638399. OLE color: 9638399.

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

Color convert

RGB 255 17 147 -
CMYK 0 0.93 0.42 0
HSL 327.23º 1% 0.53% -
HSV(B) 327.23º 0.93% 1% -
XYZ 46.71 23.77 29.73 -
YUV 102.98 152.85 236.43 -
System Red Green Blue C M Y K H S L
Decimal 255 17 147 0 0.93 0.42 0 327.23 1 0.53
Hex FF 11 93 0 5D 2A 0 147 64 35
Octal 377 21 223 0 135 52 0 507 144 65
Binary 11111111 10001 10010011 0 1011101 101010 0 101000111 1100100 110101

Color Harmonies of #FF1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1193

Black with #FF1193

Text Example


Text Example

White with #FF1193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1193; }

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

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

background-color css

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

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

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

border-color css

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

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

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