Html Css Color HEX #FC2377 Deep Pink

📋 copy color: '#FC2377'

red 252 ◦ green 35 ◦ blue 119

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

Shades of Deep Pink #FC2377

Tints of Deep Pink #FC2377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.62%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 62.07%
G = 8.62%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC2377 (or 0xFC2377) is known color: Deep Pink. HEX triplet: FC, 23 and 77. RGB value is (252,35,119). Sum of RGB (Red+Green+Blue) = 252+35+119=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2377 is #03DC88. Grayscale: #6D6D6D. Windows color (decimal): -253065 or 7807996. OLE color: 7807996.

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

Color convert

RGB 252 35 119 -
CMYK 0 0.86 0.53 0.01
HSL 336.77º 0.97% 0.56% -
HSV(B) 336.77º 0.86% 0.99% -
XYZ 44.08 23.23 19.61 -
YUV 109.46 133.39 229.67 -
System Red Green Blue C M Y K H S L
Decimal 252 35 119 0 0.86 0.53 0.01 336.77 0.97 0.56
Hex FC 23 77 0 56 35 1 151 61 38
Octal 374 43 167 0 126 65 1 521 141 70
Binary 11111100 100011 1110111 0 1010110 110101 1 101010001 1100001 111000

Color Harmonies of #FC2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2377

Black with #FC2377

Text Example


Text Example

White with #FC2377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2377; }

 p { color: rgb(252,35,119); }

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

background-color css

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

 a { background-color: rgb(252,35,119); }

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

border-color css

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

 span { border-color: rgb(252,35,119); }

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