Html Css Color HEX #FA2589 Deep Pink

📋 copy color: '#FA2589'

red 250 ◦ green 37 ◦ blue 137

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

Shades of Deep Pink #FA2589

Tints of Deep Pink #FA2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.73%

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

R = 58.96%
G = 8.73%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA2589 (or 0xFA2589) is known color: Deep Pink. HEX triplet: FA, 25 and 89. RGB value is (250,37,137). Sum of RGB (Red+Green+Blue) = 250+37+137=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2589 is #05DA76. Grayscale: #6F6F6F. Windows color (decimal): -383607 or 8988154. OLE color: 8988154.

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

Color convert

RGB 250 37 137 -
CMYK 0 0.85 0.45 0.02
HSL 331.83º 0.96% 0.56% -
HSV(B) 331.83º 0.85% 0.98% -
XYZ 44.6 23.45 25.84 -
YUV 112.09 142.07 226.37 -
System Red Green Blue C M Y K H S L
Decimal 250 37 137 0 0.85 0.45 0.02 331.83 0.96 0.56
Hex FA 25 89 0 55 2D 2 14C 60 38
Octal 372 45 211 0 125 55 2 514 140 70
Binary 11111010 100101 10001001 0 1010101 101101 10 101001100 1100000 111000

Color Harmonies of #FA2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2589

Black with #FA2589

Text Example


Text Example

White with #FA2589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2589; }

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

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

background-color css

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

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

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

border-color css

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

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

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