Html Css Color HEX #FC0779 Deep Pink

📋 copy color: '#FC0779'

red 252 ◦ green 7 ◦ blue 121

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

Shades of Deep Pink #FC0779

Tints of Deep Pink #FC0779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

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

R = 66.32%
G = 1.84%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC0779 (or 0xFC0779) is known color: Deep Pink. HEX triplet: FC, 07 and 79. RGB value is (252,7,121). Sum of RGB (Red+Green+Blue) = 252+7+121=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0779 is #03F886. Grayscale: #5D5D5D. Windows color (decimal): -260231 or 7931900. OLE color: 7931900.

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

Color convert

RGB 252 7 121 -
CMYK 0 0.97 0.52 0.01
HSL 332.08º 0.98% 0.51% -
HSV(B) 332.08º 0.97% 0.99% -
XYZ 43.67 22.23 20.08 -
YUV 93.25 143.67 241.23 -
System Red Green Blue C M Y K H S L
Decimal 252 7 121 0 0.97 0.52 0.01 332.08 0.98 0.51
Hex FC 7 79 0 61 34 1 14C 62 33
Octal 374 7 171 0 141 64 1 514 142 63
Binary 11111100 111 1111001 0 1100001 110100 1 101001100 1100010 110011

Color Harmonies of #FC0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0779

Black with #FC0779

Text Example


Text Example

White with #FC0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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