Html Css Color HEX #FC2585 Deep Pink

📋 copy color: '#FC2585'

red 252 ◦ green 37 ◦ blue 133

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

Shades of Deep Pink #FC2585

Tints of Deep Pink #FC2585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 59.72%
G = 8.77%
B = 31.52%

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

#FC2585 (or 0xFC2585) is known color: Deep Pink. HEX triplet: FC, 25 and 85. RGB value is (252,37,133). Sum of RGB (Red+Green+Blue) = 252+37+133=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2585 is #03DA7A. Grayscale: #707070. Windows color (decimal): -252539 or 8726012. OLE color: 8726012.

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

Color convert

RGB 252 37 133 -
CMYK 0 0.85 0.47 0.01
HSL 333.21º 0.97% 0.57% -
HSV(B) 333.21º 0.85% 0.99% -
XYZ 45.04 23.71 24.39 -
YUV 112.23 139.73 227.69 -
System Red Green Blue C M Y K H S L
Decimal 252 37 133 0 0.85 0.47 0.01 333.21 0.97 0.57
Hex FC 25 85 0 55 2F 1 14D 61 39
Octal 374 45 205 0 125 57 1 515 141 71
Binary 11111100 100101 10000101 0 1010101 101111 1 101001101 1100001 111001

Color Harmonies of #FC2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2585

Black with #FC2585

Text Example


Text Example

White with #FC2585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2585; }

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

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

background-color css

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

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

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

border-color css

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

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

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