Html Css Color HEX #FA159B Deep Pink

📋 copy color: '#FA159B'

red 250 ◦ green 21 ◦ blue 155

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

Shades of Deep Pink #FA159B

Tints of Deep Pink #FA159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 58.69%
G = 4.93%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA159B (or 0xFA159B) is known color: Deep Pink. HEX triplet: FA, 15 and 9B. RGB value is (250,21,155). Sum of RGB (Red+Green+Blue) = 250+21+155=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA159B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA159B is #05EA64. Grayscale: #686868. Windows color (decimal): -387685 or 10163706. OLE color: 10163706.

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

Color convert

RGB 250 21 155 -
CMYK 0 0.92 0.38 0.02
HSL 324.89º 0.96% 0.53% -
HSV(B) 324.89º 0.92% 0.98% -
XYZ 45.61 23.23 33.09 -
YUV 104.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 250 21 155 0 0.92 0.38 0.02 324.89 0.96 0.53
Hex FA 15 9B 0 5C 26 2 145 60 35
Octal 372 25 233 0 134 46 2 505 140 65
Binary 11111010 10101 10011011 0 1011100 100110 10 101000101 1100000 110101

Color Harmonies of #FA159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA159B

Black with #FA159B

Text Example


Text Example

White with #FA159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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