Html Css Color HEX #FA189B Deep Pink

📋 copy color: '#FA189B'

red 250 ◦ green 24 ◦ blue 155

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

Shades of Deep Pink #FA189B

Tints of Deep Pink #FA189B

RGB

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

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

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

R = 58.28%
G = 5.59%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA189B (or 0xFA189B) is known color: Deep Pink. HEX triplet: FA, 18 and 9B. RGB value is (250,24,155). Sum of RGB (Red+Green+Blue) = 250+24+155=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA189B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA189B is #05E764. Grayscale: #6A6A6A. Windows color (decimal): -386917 or 10164474. OLE color: 10164474.

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

Color convert

RGB 250 24 155 -
CMYK 0 0.90 0.38 0.02
HSL 325.22º 0.96% 0.54% -
HSV(B) 325.22º 0.9% 0.98% -
XYZ 45.67 23.34 33.11 -
YUV 106.51 155.37 230.35 -
System Red Green Blue C M Y K H S L
Decimal 250 24 155 0 0.90 0.38 0.02 325.22 0.96 0.54
Hex FA 18 9B 0 5A 26 2 145 60 36
Octal 372 30 233 0 132 46 2 505 140 66
Binary 11111010 11000 10011011 0 1011010 100110 10 101000101 1100000 110110

Color Harmonies of #FA189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA189B

Black with #FA189B

Text Example


Text Example

White with #FA189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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