Html Css Color HEX #FF1373 Deep Pink

📋 copy color: '#FF1373'

red 255 ◦ green 19 ◦ blue 115

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

Shades of Deep Pink #FF1373

Tints of Deep Pink #FF1373

RGB

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

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

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

R = 65.55%
G = 4.88%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF1373 (or 0xFF1373) is known color: Deep Pink. HEX triplet: FF, 13 and 73. RGB value is (255,19,115). Sum of RGB (Red+Green+Blue) = 255+19+115=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1373 is #00EC8C. Grayscale: #646464. Windows color (decimal): -60557 or 7541759. OLE color: 7541759.

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

Color convert

RGB 255 19 115 -
CMYK 0 0.93 0.55 0
HSL 335.59º 1% 0.54% -
HSV(B) 335.59º 0.93% 1% -
XYZ 44.57 22.96 18.3 -
YUV 100.51 136.19 238.19 -
System Red Green Blue C M Y K H S L
Decimal 255 19 115 0 0.93 0.55 0 335.59 1 0.54
Hex FF 13 73 0 5D 37 0 150 64 36
Octal 377 23 163 0 135 67 0 520 144 66
Binary 11111111 10011 1110011 0 1011101 110111 0 101010000 1100100 110110

Color Harmonies of #FF1373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1373

Black with #FF1373

Text Example


Text Example

White with #FF1373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1373; }

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

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

background-color css

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

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

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

border-color css

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

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

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