Html Css Color HEX #FA0A9A Deep Pink

📋 copy color: '#FA0A9A'

red 250 ◦ green 10 ◦ blue 154

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

Shades of Deep Pink #FA0A9A

Tints of Deep Pink #FA0A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 60.39%
G = 2.42%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA0A9A (or 0xFA0A9A) is known color: Deep Pink. HEX triplet: FA, 0A and 9A. RGB value is (250,10,154). Sum of RGB (Red+Green+Blue) = 250+10+154=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A9A is #05F565. Grayscale: #616161. Windows color (decimal): -390502 or 10095354. OLE color: 10095354.

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

Color convert

RGB 250 10 154 -
CMYK 0 0.96 0.38 0.02
HSL 324º 0.96% 0.51% -
HSV(B) 324º 0.96% 0.98% -
XYZ 45.37 22.87 32.6 -
YUV 98.18 159.51 236.29 -
System Red Green Blue C M Y K H S L
Decimal 250 10 154 0 0.96 0.38 0.02 324 0.96 0.51
Hex FA A 9A 0 60 26 2 144 60 33
Octal 372 12 232 0 140 46 2 504 140 63
Binary 11111010 1010 10011010 0 1100000 100110 10 101000100 1100000 110011

Color Harmonies of #FA0A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A9A

Black with #FA0A9A

Text Example


Text Example

White with #FA0A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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