Html Css Color HEX #FA0A7A Deep Pink

📋 copy color: '#FA0A7A'

red 250 ◦ green 10 ◦ blue 122

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

Shades of Deep Pink #FA0A7A

Tints of Deep Pink #FA0A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 65.45%
G = 2.62%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA0A7A (or 0xFA0A7A) is known color: Deep Pink. HEX triplet: FA, 0A and 7A. RGB value is (250,10,122). Sum of RGB (Red+Green+Blue) = 250+10+122=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0A7A is #05F585. Grayscale: #5E5E5E. Windows color (decimal): -390534 or 7998202. OLE color: 7998202.

HSL color Cylindrical-coordinate representation of color #FA0A7A: hue angle of 332º 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 #FA0A7A is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 10 122 -
CMYK 0 0.96 0.51 0.02
HSL 332º 0.96% 0.51% -
HSV(B) 332º 0.96% 0.98% -
XYZ 43.05 21.95 20.38 -
YUV 94.53 143.51 238.89 -
System Red Green Blue C M Y K H S L
Decimal 250 10 122 0 0.96 0.51 0.02 332 0.96 0.51
Hex FA A 7A 0 60 33 2 14C 60 33
Octal 372 12 172 0 140 63 2 514 140 63
Binary 11111010 1010 1111010 0 1100000 110011 10 101001100 1100000 110011

Color Harmonies of #FA0A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A7A

Black with #FA0A7A

Text Example


Text Example

White with #FA0A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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