Html Css Color HEX #FC1379 Deep Pink

📋 copy color: '#FC1379'

red 252 ◦ green 19 ◦ blue 121

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

Shades of Deep Pink #FC1379

Tints of Deep Pink #FC1379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 64.29%
G = 4.85%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC1379 (or 0xFC1379) is known color: Deep Pink. HEX triplet: FC, 13 and 79. RGB value is (252,19,121). Sum of RGB (Red+Green+Blue) = 252+19+121=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1379 is #03EC86. Grayscale: #646464. Windows color (decimal): -257159 or 7934972. OLE color: 7934972.

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

Color convert

RGB 252 19 121 -
CMYK 0 0.92 0.52 0.01
HSL 333.73º 0.97% 0.53% -
HSV(B) 333.73º 0.92% 0.99% -
XYZ 43.83 22.54 20.13 -
YUV 100.3 139.69 236.21 -
System Red Green Blue C M Y K H S L
Decimal 252 19 121 0 0.92 0.52 0.01 333.73 0.97 0.53
Hex FC 13 79 0 5C 34 1 14E 61 35
Octal 374 23 171 0 134 64 1 516 141 65
Binary 11111100 10011 1111001 0 1011100 110100 1 101001110 1100001 110101

Color Harmonies of #FC1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1379

Black with #FC1379

Text Example


Text Example

White with #FC1379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1379; }

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

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

background-color css

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

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

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

border-color css

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

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

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