Html Css Color HEX #FA2191 Deep Pink

📋 copy color: '#FA2191'

red 250 ◦ green 33 ◦ blue 145

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

Shades of Deep Pink #FA2191

Tints of Deep Pink #FA2191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.71%

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 58.41%
G = 7.71%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA2191 (or 0xFA2191) is known color: Deep Pink. HEX triplet: FA, 21 and 91. RGB value is (250,33,145). Sum of RGB (Red+Green+Blue) = 250+33+145=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2191 is #05DE6E. Grayscale: #6E6E6E. Windows color (decimal): -384623 or 9511418. OLE color: 9511418.

HSL color Cylindrical-coordinate representation of color #FA2191: hue angle of 329.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2191 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 33 145 -
CMYK 0 0.87 0.42 0.02
HSL 329.03º 0.96% 0.55% -
HSV(B) 329.03º 0.87% 0.98% -
XYZ 45.08 23.46 28.94 -
YUV 110.65 147.39 227.39 -
System Red Green Blue C M Y K H S L
Decimal 250 33 145 0 0.87 0.42 0.02 329.03 0.96 0.55
Hex FA 21 91 0 57 2A 2 149 60 37
Octal 372 41 221 0 127 52 2 511 140 67
Binary 11111010 100001 10010001 0 1010111 101010 10 101001001 1100000 110111

Color Harmonies of #FA2191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2191

Black with #FA2191

Text Example


Text Example

White with #FA2191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2191; }

 p { color: rgb(250,33,145); }

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

background-color css

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

 a { background-color: rgb(250,33,145); }

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

border-color css

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

 span { border-color: rgb(250,33,145); }

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