Html Css Color HEX #FA2189 Deep Pink

📋 copy color: '#FA2189'

red 250 ◦ green 33 ◦ blue 137

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

Shades of Deep Pink #FA2189

Tints of Deep Pink #FA2189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 59.52%
G = 7.86%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA2189 (or 0xFA2189) is known color: Deep Pink. HEX triplet: FA, 21 and 89. RGB value is (250,33,137). Sum of RGB (Red+Green+Blue) = 250+33+137=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2189 is #05DE76. Grayscale: #6D6D6D. Windows color (decimal): -384631 or 8987130. OLE color: 8987130.

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

Color convert

RGB 250 33 137 -
CMYK 0 0.87 0.45 0.02
HSL 331.24º 0.96% 0.55% -
HSV(B) 331.24º 0.87% 0.98% -
XYZ 44.48 23.22 25.8 -
YUV 109.74 143.39 228.04 -
System Red Green Blue C M Y K H S L
Decimal 250 33 137 0 0.87 0.45 0.02 331.24 0.96 0.55
Hex FA 21 89 0 57 2D 2 14B 60 37
Octal 372 41 211 0 127 55 2 513 140 67
Binary 11111010 100001 10001001 0 1010111 101101 10 101001011 1100000 110111

Color Harmonies of #FA2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2189

Black with #FA2189

Text Example


Text Example

White with #FA2189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2189; }

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

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

background-color css

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

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

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

border-color css

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

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

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