Html Css Color HEX #FA097C Deep Pink

📋 copy color: '#FA097C'

red 250 ◦ green 9 ◦ blue 124

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

Shades of Deep Pink #FA097C

Tints of Deep Pink #FA097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 65.27%
G = 2.35%
B = 32.38%

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

#FA097C (or 0xFA097C) is known color: Deep Pink. HEX triplet: FA, 09 and 7C. RGB value is (250,9,124). Sum of RGB (Red+Green+Blue) = 250+9+124=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA097C is #05F683. Grayscale: #5D5D5D. Windows color (decimal): -390788 or 8129018. OLE color: 8129018.

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

Color convert

RGB 250 9 124 -
CMYK 0 0.96 0.50 0.02
HSL 331.37º 0.96% 0.51% -
HSV(B) 331.37º 0.96% 0.98% -
XYZ 43.16 21.97 21.04 -
YUV 94.17 144.84 239.15 -
System Red Green Blue C M Y K H S L
Decimal 250 9 124 0 0.96 0.50 0.02 331.37 0.96 0.51
Hex FA 9 7C 0 60 32 2 14B 60 33
Octal 372 11 174 0 140 62 2 513 140 63
Binary 11111010 1001 1111100 0 1100000 110010 10 101001011 1100000 110011

Color Harmonies of #FA097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA097C

Black with #FA097C

Text Example


Text Example

White with #FA097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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