Html Css Color HEX #FC2DB9 Spicy Pink

📋 copy color: '#FC2DB9'

red 252 ◦ green 45 ◦ blue 185

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

Shades of Spicy Pink #FC2DB9

Tints of Spicy Pink #FC2DB9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.34%

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 52.28%
G = 9.34%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC2DB9 (or 0xFC2DB9) is known color: Spicy Pink. HEX triplet: FC, 2D and B9. RGB value is (252,45,185). Sum of RGB (Red+Green+Blue) = 252+45+185=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DB9 is #03D246. Grayscale: #7A7A7A. Windows color (decimal): -250439 or 12135932. OLE color: 12135932.

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

Color convert

RGB 252 45 185 -
CMYK 0 0.82 0.27 0.01
HSL 319.42º 0.97% 0.58% -
HSV(B) 319.42º 0.82% 0.99% -
XYZ 49.84 26.08 48.31 -
YUV 122.85 163.08 220.12 -
System Red Green Blue C M Y K H S L
Decimal 252 45 185 0 0.82 0.27 0.01 319.42 0.97 0.58
Hex FC 2D B9 0 52 1B 1 13F 61 3A
Octal 374 55 271 0 122 33 1 477 141 72
Binary 11111100 101101 10111001 0 1010010 11011 1 100111111 1100001 111010

Color Harmonies of #FC2DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DB9

Black with #FC2DB9

Text Example


Text Example

White with #FC2DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DB9; }

 p { color: rgb(252,45,185); }

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

background-color css

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

 a { background-color: rgb(252,45,185); }

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

border-color css

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

 span { border-color: rgb(252,45,185); }

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