Html Css Color HEX #FA0179 Deep Pink

📋 copy color: '#FA0179'

red 250 ◦ green 1 ◦ blue 121

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

Shades of Deep Pink #FA0179

Tints of Deep Pink #FA0179

RGB

 RED value IS 250 (98.05% from 255) = 67.2%

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

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

R = 67.2%
G = 0.27%
B = 32.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA0179 (or 0xFA0179) is known color: Deep Pink. HEX triplet: FA, 01 and 79. RGB value is (250,1,121). Sum of RGB (Red+Green+Blue) = 250+1+121=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0179 is #05FE86. Grayscale: #585858. Windows color (decimal): -392839 or 7930362. OLE color: 7930362.

HSL color Cylindrical-coordinate representation of color #FA0179: hue angle of 331.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0179 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 121 -
CMYK 0 1.00 0.52 0.02
HSL 331.08º 0.99% 0.49% -
HSV(B) 331.08º 1% 0.98% -
XYZ 42.89 21.73 20.02 -
YUV 89.13 145.99 242.74 -
System Red Green Blue C M Y K H S L
Decimal 250 1 121 0 1.00 0.52 0.02 331.08 0.99 0.49
Hex FA 1 79 0 64 34 2 14B 63 31
Octal 372 1 171 0 144 64 2 513 143 61
Binary 11111010 1 1111001 0 1100100 110100 10 101001011 1100011 110001

Color Harmonies of #FA0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0179

Black with #FA0179

Text Example


Text Example

White with #FA0179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0179; }

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

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

background-color css

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

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

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

border-color css

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

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

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