Html Css Color HEX #FC2589 Deep Pink

📋 copy color: '#FC2589'

red 252 ◦ green 37 ◦ blue 137

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

Shades of Deep Pink #FC2589

Tints of Deep Pink #FC2589

RGB

 RED value IS 252 (98.83% from 255) = 59.15%

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

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

R = 59.15%
G = 8.69%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC2589 (or 0xFC2589) is known color: Deep Pink. HEX triplet: FC, 25 and 89. RGB value is (252,37,137). Sum of RGB (Red+Green+Blue) = 252+37+137=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2589 is #03DA76. Grayscale: #707070. Windows color (decimal): -252535 or 8988156. OLE color: 8988156.

HSL color Cylindrical-coordinate representation of color #FC2589: hue angle of 332.09º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2589 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 137 -
CMYK 0 0.85 0.46 0.01
HSL 332.09º 0.97% 0.57% -
HSV(B) 332.09º 0.85% 0.99% -
XYZ 45.32 23.82 25.88 -
YUV 112.69 141.73 227.37 -
System Red Green Blue C M Y K H S L
Decimal 252 37 137 0 0.85 0.46 0.01 332.09 0.97 0.57
Hex FC 25 89 0 55 2E 1 14C 61 39
Octal 374 45 211 0 125 56 1 514 141 71
Binary 11111100 100101 10001001 0 1010101 101110 1 101001100 1100001 111001

Color Harmonies of #FC2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2589

Black with #FC2589

Text Example


Text Example

White with #FC2589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2589; }

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

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

background-color css

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

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

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

border-color css

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

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

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