Html Css Color HEX #FA149F Deep Pink

📋 copy color: '#FA149F'

red 250 ◦ green 20 ◦ blue 159

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

Shades of Deep Pink #FA149F

Tints of Deep Pink #FA149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 58.28%
G = 4.66%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA149F (or 0xFA149F) is known color: Deep Pink. HEX triplet: FA, 14 and 9F. RGB value is (250,20,159). Sum of RGB (Red+Green+Blue) = 250+20+159=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA149F is #05EB60. Grayscale: #686868. Windows color (decimal): -387937 or 10425594. OLE color: 10425594.

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

Color convert

RGB 250 20 159 -
CMYK 0 0.92 0.36 0.02
HSL 323.74º 0.96% 0.53% -
HSV(B) 323.74º 0.92% 0.98% -
XYZ 45.93 23.33 34.88 -
YUV 104.62 158.7 231.7 -
System Red Green Blue C M Y K H S L
Decimal 250 20 159 0 0.92 0.36 0.02 323.74 0.96 0.53
Hex FA 14 9F 0 5C 24 2 144 60 35
Octal 372 24 237 0 134 44 2 504 140 65
Binary 11111010 10100 10011111 0 1011100 100100 10 101000100 1100000 110101

Color Harmonies of #FA149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA149F

Black with #FA149F

Text Example


Text Example

White with #FA149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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