Html Css Color HEX #FC0179 Deep Pink

📋 copy color: '#FC0179'

red 252 ◦ green 1 ◦ blue 121

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

Shades of Deep Pink #FC0179

Tints of Deep Pink #FC0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 67.38%
G = 0.27%
B = 32.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC0179 (or 0xFC0179) is known color: Deep Pink. HEX triplet: FC, 01 and 79. RGB value is (252,1,121). Sum of RGB (Red+Green+Blue) = 252+1+121=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0179 is #03FE86. Grayscale: #595959. Windows color (decimal): -261767 or 7930364. OLE color: 7930364.

HSL color Cylindrical-coordinate representation of color #FC0179: hue angle of 331.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0179 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 121 -
CMYK 0 1.00 0.52 0.01
HSL 331.31º 0.99% 0.5% -
HSV(B) 331.31º 1% 0.99% -
XYZ 43.61 22.1 20.06 -
YUV 89.73 145.66 243.74 -
System Red Green Blue C M Y K H S L
Decimal 252 1 121 0 1.00 0.52 0.01 331.31 0.99 0.5
Hex FC 1 79 0 64 34 1 14B 63 32
Octal 374 1 171 0 144 64 1 513 143 62
Binary 11111100 1 1111001 0 1100100 110100 1 101001011 1100011 110010

Color Harmonies of #FC0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0179

Black with #FC0179

Text Example


Text Example

White with #FC0179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0179; }

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

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

background-color css

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

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

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

border-color css

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

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

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