Html Css Color HEX #FF0179 Deep Pink

📋 copy color: '#FF0179'

red 255 ◦ green 1 ◦ blue 121

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

Shades of Deep Pink #FF0179

Tints of Deep Pink #FF0179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 67.64%
G = 0.27%
B = 32.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF0179 (or 0xFF0179) is known color: Deep Pink. HEX triplet: FF, 01 and 79. RGB value is (255,1,121). Sum of RGB (Red+Green+Blue) = 255+1+121=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0179 is #00FE86. Grayscale: #5A5A5A. Windows color (decimal): -65159 or 7930367. OLE color: 7930367.

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

Color convert

RGB 255 1 121 -
CMYK 0 1.00 0.53 0
HSL 331.65º 1% 0.5% -
HSV(B) 331.65º 1% 1% -
XYZ 44.7 22.66 20.11 -
YUV 90.63 145.15 245.24 -
System Red Green Blue C M Y K H S L
Decimal 255 1 121 0 1.00 0.53 0 331.65 1 0.5
Hex FF 1 79 0 64 35 0 14C 64 32
Octal 377 1 171 0 144 65 0 514 144 62
Binary 11111111 1 1111001 0 1100100 110101 0 101001100 1100100 110010

Color Harmonies of #FF0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0179

Black with #FF0179

Text Example


Text Example

White with #FF0179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0179; }

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

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

background-color css

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

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

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

border-color css

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

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

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