Html Css Color HEX #FC1D86 Deep Pink

📋 copy color: '#FC1D86'

red 252 ◦ green 29 ◦ blue 134

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

Shades of Deep Pink #FC1D86

Tints of Deep Pink #FC1D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.99%

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

R = 60.72%
G = 6.99%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC1D86 (or 0xFC1D86) is known color: Deep Pink. HEX triplet: FC, 1D and 86. RGB value is (252,29,134). Sum of RGB (Red+Green+Blue) = 252+29+134=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1D86 is #03E279. Grayscale: #6B6B6B. Windows color (decimal): -254586 or 8789500. OLE color: 8789500.

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

Color convert

RGB 252 29 134 -
CMYK 0 0.88 0.47 0.01
HSL 331.75º 0.97% 0.55% -
HSV(B) 331.75º 0.88% 0.99% -
XYZ 44.89 23.3 24.68 -
YUV 107.65 142.88 230.96 -
System Red Green Blue C M Y K H S L
Decimal 252 29 134 0 0.88 0.47 0.01 331.75 0.97 0.55
Hex FC 1D 86 0 58 2F 1 14C 61 37
Octal 374 35 206 0 130 57 1 514 141 67
Binary 11111100 11101 10000110 0 1011000 101111 1 101001100 1100001 110111

Color Harmonies of #FC1D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D86

Black with #FC1D86

Text Example


Text Example

White with #FC1D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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