Html Css Color HEX #FA097E Deep Pink

📋 copy color: '#FA097E'

red 250 ◦ green 9 ◦ blue 126

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

Shades of Deep Pink #FA097E

Tints of Deep Pink #FA097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 64.94%
G = 2.34%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA097E (or 0xFA097E) is known color: Deep Pink. HEX triplet: FA, 09 and 7E. RGB value is (250,9,126). Sum of RGB (Red+Green+Blue) = 250+9+126=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA097E is #05F681. Grayscale: #5E5E5E. Windows color (decimal): -390786 or 8260090. OLE color: 8260090.

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

Color convert

RGB 250 9 126 -
CMYK 0 0.96 0.50 0.02
HSL 330.87º 0.96% 0.51% -
HSV(B) 330.87º 0.96% 0.98% -
XYZ 43.29 22.03 21.71 -
YUV 94.4 145.84 238.99 -
System Red Green Blue C M Y K H S L
Decimal 250 9 126 0 0.96 0.50 0.02 330.87 0.96 0.51
Hex FA 9 7E 0 60 32 2 14B 60 33
Octal 372 11 176 0 140 62 2 513 140 63
Binary 11111010 1001 1111110 0 1100000 110010 10 101001011 1100000 110011

Color Harmonies of #FA097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA097E

Black with #FA097E

Text Example


Text Example

White with #FA097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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