Html Css Color HEX #FA097A Deep Pink

📋 copy color: '#FA097A'

red 250 ◦ green 9 ◦ blue 122

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

Shades of Deep Pink #FA097A

Tints of Deep Pink #FA097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

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

R = 65.62%
G = 2.36%
B = 32.02%

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

#FA097A (or 0xFA097A) is known color: Deep Pink. HEX triplet: FA, 09 and 7A. RGB value is (250,9,122). Sum of RGB (Red+Green+Blue) = 250+9+122=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA097A is #05F685. Grayscale: #5D5D5D. Windows color (decimal): -390790 or 7997946. OLE color: 7997946.

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

Color convert

RGB 250 9 122 -
CMYK 0 0.96 0.51 0.02
HSL 331.87º 0.96% 0.51% -
HSV(B) 331.87º 0.96% 0.98% -
XYZ 43.03 21.92 20.38 -
YUV 93.94 143.84 239.31 -
System Red Green Blue C M Y K H S L
Decimal 250 9 122 0 0.96 0.51 0.02 331.87 0.96 0.51
Hex FA 9 7A 0 60 33 2 14C 60 33
Octal 372 11 172 0 140 63 2 514 140 63
Binary 11111010 1001 1111010 0 1100000 110011 10 101001100 1100000 110011

Color Harmonies of #FA097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA097A

Black with #FA097A

Text Example


Text Example

White with #FA097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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