Html Css Color HEX #FA158D Deep Pink

📋 copy color: '#FA158D'

red 250 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #FA158D

Tints of Deep Pink #FA158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 60.68%
G = 5.1%
B = 34.22%

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

#FA158D (or 0xFA158D) is known color: Deep Pink. HEX triplet: FA, 15 and 8D. RGB value is (250,21,141). Sum of RGB (Red+Green+Blue) = 250+21+141=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA158D is #05EA72. Grayscale: #666666. Windows color (decimal): -387699 or 9246202. OLE color: 9246202.

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

Color convert

RGB 250 21 141 -
CMYK 0 0.92 0.44 0.02
HSL 328.56º 0.96% 0.53% -
HSV(B) 328.56º 0.92% 0.98% -
XYZ 44.5 22.78 27.25 -
YUV 103.15 149.37 232.74 -
System Red Green Blue C M Y K H S L
Decimal 250 21 141 0 0.92 0.44 0.02 328.56 0.96 0.53
Hex FA 15 8D 0 5C 2C 2 149 60 35
Octal 372 25 215 0 134 54 2 511 140 65
Binary 11111010 10101 10001101 0 1011100 101100 10 101001001 1100000 110101

Color Harmonies of #FA158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA158D

Black with #FA158D

Text Example


Text Example

White with #FA158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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