Html Css Color HEX #FA149B Deep Pink

📋 copy color: '#FA149B'

red 250 ◦ green 20 ◦ blue 155

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

Shades of Deep Pink #FA149B

Tints of Deep Pink #FA149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.71%

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

R = 58.82%
G = 4.71%
B = 36.47%

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

#FA149B (or 0xFA149B) is known color: Deep Pink. HEX triplet: FA, 14 and 9B. RGB value is (250,20,155). Sum of RGB (Red+Green+Blue) = 250+20+155=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA149B is #05EB64. Grayscale: #676767. Windows color (decimal): -387941 or 10163450. OLE color: 10163450.

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

Color convert

RGB 250 20 155 -
CMYK 0 0.92 0.38 0.02
HSL 324.78º 0.96% 0.53% -
HSV(B) 324.78º 0.92% 0.98% -
XYZ 45.59 23.19 33.08 -
YUV 104.16 156.7 232.02 -
System Red Green Blue C M Y K H S L
Decimal 250 20 155 0 0.92 0.38 0.02 324.78 0.96 0.53
Hex FA 14 9B 0 5C 26 2 145 60 35
Octal 372 24 233 0 134 46 2 505 140 65
Binary 11111010 10100 10011011 0 1011100 100110 10 101000101 1100000 110101

Color Harmonies of #FA149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA149B

Black with #FA149B

Text Example


Text Example

White with #FA149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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