Html Css Color HEX #FC2586 Deep Pink

📋 copy color: '#FC2586'

red 252 ◦ green 37 ◦ blue 134

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

Shades of Deep Pink #FC2586

Tints of Deep Pink #FC2586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 59.57%
G = 8.75%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC2586 (or 0xFC2586) is known color: Deep Pink. HEX triplet: FC, 25 and 86. RGB value is (252,37,134). Sum of RGB (Red+Green+Blue) = 252+37+134=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2586 is #03DA79. Grayscale: #707070. Windows color (decimal): -252538 or 8791548. OLE color: 8791548.

HSL color Cylindrical-coordinate representation of color #FC2586: hue angle of 332.93º 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 #FC2586 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 134 -
CMYK 0 0.85 0.47 0.01
HSL 332.93º 0.97% 0.57% -
HSV(B) 332.93º 0.85% 0.99% -
XYZ 45.11 23.74 24.76 -
YUV 112.34 140.23 227.61 -
System Red Green Blue C M Y K H S L
Decimal 252 37 134 0 0.85 0.47 0.01 332.93 0.97 0.57
Hex FC 25 86 0 55 2F 1 14D 61 39
Octal 374 45 206 0 125 57 1 515 141 71
Binary 11111100 100101 10000110 0 1010101 101111 1 101001101 1100001 111001

Color Harmonies of #FC2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2586

Black with #FC2586

Text Example


Text Example

White with #FC2586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2586; }

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

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

background-color css

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

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

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

border-color css

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

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

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