Html Css Color HEX #FA159E Deep Pink

📋 copy color: '#FA159E'

red 250 ◦ green 21 ◦ blue 158

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

Shades of Deep Pink #FA159E

Tints of Deep Pink #FA159E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.9%

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 58.28%
G = 4.9%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA159E (or 0xFA159E) is known color: Deep Pink. HEX triplet: FA, 15 and 9E. RGB value is (250,21,158). Sum of RGB (Red+Green+Blue) = 250+21+158=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA159E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA159E is #05EA61. Grayscale: #686868. Windows color (decimal): -387682 or 10360314. OLE color: 10360314.

HSL color Cylindrical-coordinate representation of color #FA159E: hue angle of 324.1º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA159E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 21 158 -
CMYK 0 0.92 0.37 0.02
HSL 324.1º 0.96% 0.53% -
HSV(B) 324.1º 0.92% 0.98% -
XYZ 45.86 23.33 34.43 -
YUV 105.09 157.87 231.36 -
System Red Green Blue C M Y K H S L
Decimal 250 21 158 0 0.92 0.37 0.02 324.1 0.96 0.53
Hex FA 15 9E 0 5C 25 2 144 60 35
Octal 372 25 236 0 134 45 2 504 140 65
Binary 11111010 10101 10011110 0 1011100 100101 10 101000100 1100000 110101

Color Harmonies of #FA159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA159E

Black with #FA159E

Text Example


Text Example

White with #FA159E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA159E; }

 p { color: rgb(250,21,158); }

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

background-color css

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

 a { background-color: rgb(250,21,158); }

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

border-color css

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

 span { border-color: rgb(250,21,158); }

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