Html Css Color HEX #FC1377 Deep Pink

📋 copy color: '#FC1377'

red 252 ◦ green 19 ◦ blue 119

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

Shades of Deep Pink #FC1377

Tints of Deep Pink #FC1377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

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

R = 64.62%
G = 4.87%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC1377 (or 0xFC1377) is known color: Deep Pink. HEX triplet: FC, 13 and 77. RGB value is (252,19,119). Sum of RGB (Red+Green+Blue) = 252+19+119=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1377 is #03EC88. Grayscale: #636363. Windows color (decimal): -257161 or 7803900. OLE color: 7803900.

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

Color convert

RGB 252 19 119 -
CMYK 0 0.92 0.53 0.01
HSL 334.25º 0.97% 0.53% -
HSV(B) 334.25º 0.92% 0.99% -
XYZ 43.71 22.49 19.49 -
YUV 100.07 138.69 236.37 -
System Red Green Blue C M Y K H S L
Decimal 252 19 119 0 0.92 0.53 0.01 334.25 0.97 0.53
Hex FC 13 77 0 5C 35 1 14E 61 35
Octal 374 23 167 0 134 65 1 516 141 65
Binary 11111100 10011 1110111 0 1011100 110101 1 101001110 1100001 110101

Color Harmonies of #FC1377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1377

Black with #FC1377

Text Example


Text Example

White with #FC1377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1377; }

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

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

background-color css

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

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

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

border-color css

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

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

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