Html Css Color HEX #FA0079 Deep Pink

📋 copy color: '#FA0079'

red 250 ◦ green 0 ◦ blue 121

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

Shades of Deep Pink #FA0079

Tints of Deep Pink #FA0079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.39%
G = 0%
B = 32.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA0079 (or 0xFA0079) is known color: Deep Pink. HEX triplet: FA, 00 and 79. RGB value is (250,0,121). Sum of RGB (Red+Green+Blue) = 250+0+121=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0079 is #05FF86. Grayscale: #585858. Windows color (decimal): -393095 or 7930106. OLE color: 7930106.

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

Color convert

RGB 250 0 121 -
CMYK 0 1 0.52 0.02
HSL 330.96º 1% 0.49% -
HSV(B) 330.96º 1% 0.98% -
XYZ 42.88 21.7 20.02 -
YUV 88.54 146.33 243.16 -
System Red Green Blue C M Y K H S L
Decimal 250 0 121 0 1 0.52 0.02 330.96 1 0.49
Hex FA 0 79 0 64 34 2 14B 64 31
Octal 372 0 171 0 144 64 2 513 144 61
Binary 11111010 0 1111001 0 1100100 110100 10 101001011 1100100 110001

Color Harmonies of #FA0079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0079

Black with #FA0079

Text Example


Text Example

White with #FA0079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0079; }

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

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

background-color css

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

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

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

border-color css

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

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

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