Html Css Color HEX #FF0173 Deep Pink

📋 copy color: '#FF0173'

red 255 ◦ green 1 ◦ blue 115

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

Shades of Deep Pink #FF0173

Tints of Deep Pink #FF0173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 68.73%
G = 0.27%
B = 31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF0173 (or 0xFF0173) is known color: Deep Pink. HEX triplet: FF, 01 and 73. RGB value is (255,1,115). Sum of RGB (Red+Green+Blue) = 255+1+115=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0173 is #00FE8C. Grayscale: #595959. Windows color (decimal): -65165 or 7537151. OLE color: 7537151.

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

Color convert

RGB 255 1 115 -
CMYK 0 1.00 0.55 0
HSL 333.07º 1% 0.5% -
HSV(B) 333.07º 1% 1% -
XYZ 44.35 22.52 18.23 -
YUV 89.94 142.15 245.73 -
System Red Green Blue C M Y K H S L
Decimal 255 1 115 0 1.00 0.55 0 333.07 1 0.5
Hex FF 1 73 0 64 37 0 14D 64 32
Octal 377 1 163 0 144 67 0 515 144 62
Binary 11111111 1 1110011 0 1100100 110111 0 101001101 1100100 110010

Color Harmonies of #FF0173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0173

Black with #FF0173

Text Example


Text Example

White with #FF0173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0173; }

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

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

background-color css

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

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

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

border-color css

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

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

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