Html Css Color HEX #FF1393 Deep Pink

📋 copy color: '#FF1393'

red 255 ◦ green 19 ◦ blue 147

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

Shades of Deep Pink #FF1393

Tints of Deep Pink #FF1393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.51%

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

R = 60.57%
G = 4.51%
B = 34.92%

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

#FF1393 (or 0xFF1393) is known color: Deep Pink. HEX triplet: FF, 13 and 93. RGB value is (255,19,147). Sum of RGB (Red+Green+Blue) = 255+19+147=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1393 is #00EC6C. Grayscale: #676767. Windows color (decimal): -60525 or 9638911. OLE color: 9638911.

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

Color convert

RGB 255 19 147 -
CMYK 0 0.93 0.42 0
HSL 327.46º 1% 0.54% -
HSV(B) 327.46º 0.93% 1% -
XYZ 46.74 23.83 29.74 -
YUV 104.16 152.19 235.59 -
System Red Green Blue C M Y K H S L
Decimal 255 19 147 0 0.93 0.42 0 327.46 1 0.54
Hex FF 13 93 0 5D 2A 0 147 64 36
Octal 377 23 223 0 135 52 0 507 144 66
Binary 11111111 10011 10010011 0 1011101 101010 0 101000111 1100100 110110

Color Harmonies of #FF1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1393

Black with #FF1393

Text Example


Text Example

White with #FF1393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1393; }

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

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

background-color css

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

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

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

border-color css

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

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

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