Html Css Color HEX #FC1679 Deep Pink

📋 copy color: '#FC1679'

red 252 ◦ green 22 ◦ blue 121

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

Shades of Deep Pink #FC1679

Tints of Deep Pink #FC1679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.57%

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

R = 63.8%
G = 5.57%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC1679 (or 0xFC1679) is known color: Deep Pink. HEX triplet: FC, 16 and 79. RGB value is (252,22,121). Sum of RGB (Red+Green+Blue) = 252+22+121=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1679 is #03E986. Grayscale: #656565. Windows color (decimal): -256391 or 7935740. OLE color: 7935740.

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

Color convert

RGB 252 22 121 -
CMYK 0 0.91 0.52 0.01
HSL 334.17º 0.97% 0.54% -
HSV(B) 334.17º 0.91% 0.99% -
XYZ 43.88 22.65 20.15 -
YUV 102.06 138.7 234.95 -
System Red Green Blue C M Y K H S L
Decimal 252 22 121 0 0.91 0.52 0.01 334.17 0.97 0.54
Hex FC 16 79 0 5B 34 1 14E 61 36
Octal 374 26 171 0 133 64 1 516 141 66
Binary 11111100 10110 1111001 0 1011011 110100 1 101001110 1100001 110110

Color Harmonies of #FC1679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1679

Black with #FC1679

Text Example


Text Example

White with #FC1679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1679; }

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

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

background-color css

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

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

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

border-color css

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

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

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