Html Css Color HEX #FC2484 Deep Pink

📋 copy color: '#FC2484'

red 252 ◦ green 36 ◦ blue 132

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

Shades of Deep Pink #FC2484

Tints of Deep Pink #FC2484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.57%

 BLUE value IS 132 (51.95% from 255) = 31.43%

R = 60%
G = 8.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC2484 (or 0xFC2484) is known color: Deep Pink. HEX triplet: FC, 24 and 84. RGB value is (252,36,132). Sum of RGB (Red+Green+Blue) = 252+36+132=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2484 is #03DB7B. Grayscale: #6F6F6F. Windows color (decimal): -252796 or 8660220. OLE color: 8660220.

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

Color convert

RGB 252 36 132 -
CMYK 0 0.86 0.48 0.01
HSL 333.33º 0.97% 0.56% -
HSV(B) 333.33º 0.86% 0.99% -
XYZ 44.94 23.62 24.02 -
YUV 111.53 139.56 228.19 -
System Red Green Blue C M Y K H S L
Decimal 252 36 132 0 0.86 0.48 0.01 333.33 0.97 0.56
Hex FC 24 84 0 56 30 1 14D 61 38
Octal 374 44 204 0 126 60 1 515 141 70
Binary 11111100 100100 10000100 0 1010110 110000 1 101001101 1100001 111000

Color Harmonies of #FC2484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2484

Black with #FC2484

Text Example


Text Example

White with #FC2484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2484; }

 p { color: rgb(252,36,132); }

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

background-color css

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

 a { background-color: rgb(252,36,132); }

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

border-color css

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

 span { border-color: rgb(252,36,132); }

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