Html Css Color HEX #FA097D Deep Pink

📋 copy color: '#FA097D'

red 250 ◦ green 9 ◦ blue 125

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

Shades of Deep Pink #FA097D

Tints of Deep Pink #FA097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 65.1%
G = 2.34%
B = 32.55%

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

#FA097D (or 0xFA097D) is known color: Deep Pink. HEX triplet: FA, 09 and 7D. RGB value is (250,9,125). Sum of RGB (Red+Green+Blue) = 250+9+125=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA097D is #05F682. Grayscale: #5E5E5E. Windows color (decimal): -390787 or 8194554. OLE color: 8194554.

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

Color convert

RGB 250 9 125 -
CMYK 0 0.96 0.50 0.02
HSL 331.12º 0.96% 0.51% -
HSV(B) 331.12º 0.96% 0.98% -
XYZ 43.22 22 21.37 -
YUV 94.28 145.34 239.07 -
System Red Green Blue C M Y K H S L
Decimal 250 9 125 0 0.96 0.50 0.02 331.12 0.96 0.51
Hex FA 9 7D 0 60 32 2 14B 60 33
Octal 372 11 175 0 140 62 2 513 140 63
Binary 11111010 1001 1111101 0 1100000 110010 10 101001011 1100000 110011

Color Harmonies of #FA097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA097D

Black with #FA097D

Text Example


Text Example

White with #FA097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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