Html Css Color HEX #FA0879 Deep Pink

📋 copy color: '#FA0879'

red 250 ◦ green 8 ◦ blue 121

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

Shades of Deep Pink #FA0879

Tints of Deep Pink #FA0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 65.96%
G = 2.11%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA0879 (or 0xFA0879) is known color: Deep Pink. HEX triplet: FA, 08 and 79. RGB value is (250,8,121). Sum of RGB (Red+Green+Blue) = 250+8+121=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0879 is #05F786. Grayscale: #5D5D5D. Windows color (decimal): -391047 or 7932154. OLE color: 7932154.

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

Color convert

RGB 250 8 121 -
CMYK 0 0.97 0.52 0.02
HSL 331.98º 0.96% 0.51% -
HSV(B) 331.98º 0.97% 0.98% -
XYZ 42.96 21.88 20.05 -
YUV 93.24 143.67 239.81 -
System Red Green Blue C M Y K H S L
Decimal 250 8 121 0 0.97 0.52 0.02 331.98 0.96 0.51
Hex FA 8 79 0 61 34 2 14C 60 33
Octal 372 10 171 0 141 64 2 514 140 63
Binary 11111010 1000 1111001 0 1100001 110100 10 101001100 1100000 110011

Color Harmonies of #FA0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0879

Black with #FA0879

Text Example


Text Example

White with #FA0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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