Html Css Color HEX #FA189F Deep Pink

📋 copy color: '#FA189F'

red 250 ◦ green 24 ◦ blue 159

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

Shades of Deep Pink #FA189F

Tints of Deep Pink #FA189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.54%

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

R = 57.74%
G = 5.54%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA189F (or 0xFA189F) is known color: Deep Pink. HEX triplet: FA, 18 and 9F. RGB value is (250,24,159). Sum of RGB (Red+Green+Blue) = 250+24+159=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA189F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA189F is #05E760. Grayscale: #6A6A6A. Windows color (decimal): -386913 or 10426618. OLE color: 10426618.

HSL color Cylindrical-coordinate representation of color #FA189F: hue angle of 324.16º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA189F is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 24 159 -
CMYK 0 0.90 0.36 0.02
HSL 324.16º 0.96% 0.54% -
HSV(B) 324.16º 0.9% 0.98% -
XYZ 46.01 23.48 34.91 -
YUV 106.96 157.37 230.02 -
System Red Green Blue C M Y K H S L
Decimal 250 24 159 0 0.90 0.36 0.02 324.16 0.96 0.54
Hex FA 18 9F 0 5A 24 2 144 60 36
Octal 372 30 237 0 132 44 2 504 140 66
Binary 11111010 11000 10011111 0 1011010 100100 10 101000100 1100000 110110

Color Harmonies of #FA189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA189F

Black with #FA189F

Text Example


Text Example

White with #FA189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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