Html Css Color HEX #FA158B Deep Pink

📋 copy color: '#FA158B'

red 250 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #FA158B

Tints of Deep Pink #FA158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 60.98%
G = 5.12%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA158B (or 0xFA158B) is known color: Deep Pink. HEX triplet: FA, 15 and 8B. RGB value is (250,21,139). Sum of RGB (Red+Green+Blue) = 250+21+139=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA158B is #05EA74. Grayscale: #666666. Windows color (decimal): -387701 or 9115130. OLE color: 9115130.

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

Color convert

RGB 250 21 139 -
CMYK 0 0.92 0.44 0.02
HSL 329.08º 0.96% 0.53% -
HSV(B) 329.08º 0.92% 0.98% -
XYZ 44.35 22.72 26.47 -
YUV 102.92 148.37 232.91 -
System Red Green Blue C M Y K H S L
Decimal 250 21 139 0 0.92 0.44 0.02 329.08 0.96 0.53
Hex FA 15 8B 0 5C 2C 2 149 60 35
Octal 372 25 213 0 134 54 2 511 140 65
Binary 11111010 10101 10001011 0 1011100 101100 10 101001001 1100000 110101

Color Harmonies of #FA158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA158B

Black with #FA158B

Text Example


Text Example

White with #FA158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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