Html Css Color HEX #FA2089 Deep Pink

📋 copy color: '#FA2089'

red 250 ◦ green 32 ◦ blue 137

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

Shades of Deep Pink #FA2089

Tints of Deep Pink #FA2089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.64%

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

R = 59.67%
G = 7.64%
B = 32.7%

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

#FA2089 (or 0xFA2089) is known color: Deep Pink. HEX triplet: FA, 20 and 89. RGB value is (250,32,137). Sum of RGB (Red+Green+Blue) = 250+32+137=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2089 is #05DF76. Grayscale: #6C6C6C. Windows color (decimal): -384887 or 8986874. OLE color: 8986874.

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

Color convert

RGB 250 32 137 -
CMYK 0 0.87 0.45 0.02
HSL 331.1º 0.96% 0.55% -
HSV(B) 331.1º 0.87% 0.98% -
XYZ 44.46 23.16 25.79 -
YUV 109.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 250 32 137 0 0.87 0.45 0.02 331.1 0.96 0.55
Hex FA 20 89 0 57 2D 2 14B 60 37
Octal 372 40 211 0 127 55 2 513 140 67
Binary 11111010 100000 10001001 0 1010111 101101 10 101001011 1100000 110111

Color Harmonies of #FA2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2089

Black with #FA2089

Text Example


Text Example

White with #FA2089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2089; }

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

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

background-color css

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

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

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

border-color css

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

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

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