Html Css Color HEX #FC1DB4 Spicy Pink

📋 copy color: '#FC1DB4'

red 252 ◦ green 29 ◦ blue 180

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

Shades of Spicy Pink #FC1DB4

Tints of Spicy Pink #FC1DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.05%

R = 54.66%
G = 6.29%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC1DB4 (or 0xFC1DB4) is known color: Spicy Pink. HEX triplet: FC, 1D and B4. RGB value is (252,29,180). Sum of RGB (Red+Green+Blue) = 252+29+180=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DB4 is #03E24B. Grayscale: #707070. Windows color (decimal): -254540 or 11804156. OLE color: 11804156.

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

Color convert

RGB 252 29 180 -
CMYK 0 0.88 0.29 0.01
HSL 319.37º 0.97% 0.55% -
HSV(B) 319.37º 0.88% 0.99% -
XYZ 48.82 24.87 45.41 -
YUV 112.89 165.88 227.22 -
System Red Green Blue C M Y K H S L
Decimal 252 29 180 0 0.88 0.29 0.01 319.37 0.97 0.55
Hex FC 1D B4 0 58 1D 1 13F 61 37
Octal 374 35 264 0 130 35 1 477 141 67
Binary 11111100 11101 10110100 0 1011000 11101 1 100111111 1100001 110111

Color Harmonies of #FC1DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DB4

Black with #FC1DB4

Text Example


Text Example

White with #FC1DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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