Html Css Color HEX #FA0A79 Deep Pink

📋 copy color: '#FA0A79'

red 250 ◦ green 10 ◦ blue 121

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

Shades of Deep Pink #FA0A79

Tints of Deep Pink #FA0A79

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.62%

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

R = 65.62%
G = 2.62%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA0A79 (or 0xFA0A79) is known color: Deep Pink. HEX triplet: FA, 0A and 79. RGB value is (250,10,121). Sum of RGB (Red+Green+Blue) = 250+10+121=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0A79 is #05F586. Grayscale: #5E5E5E. Windows color (decimal): -390535 or 7932666. OLE color: 7932666.

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

Color convert

RGB 250 10 121 -
CMYK 0 0.96 0.52 0.02
HSL 332.25º 0.96% 0.51% -
HSV(B) 332.25º 0.96% 0.98% -
XYZ 42.98 21.92 20.05 -
YUV 94.41 143.01 238.97 -
System Red Green Blue C M Y K H S L
Decimal 250 10 121 0 0.96 0.52 0.02 332.25 0.96 0.51
Hex FA A 79 0 60 34 2 14C 60 33
Octal 372 12 171 0 140 64 2 514 140 63
Binary 11111010 1010 1111001 0 1100000 110100 10 101001100 1100000 110011

Color Harmonies of #FA0A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A79

Black with #FA0A79

Text Example


Text Example

White with #FA0A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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