Html Css Color HEX #FC2679 Deep Pink

📋 copy color: '#FC2679'

red 252 ◦ green 38 ◦ blue 121

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

Shades of Deep Pink #FC2679

Tints of Deep Pink #FC2679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.25%

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

R = 61.31%
G = 9.25%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC2679 (or 0xFC2679) is known color: Deep Pink. HEX triplet: FC, 26 and 79. RGB value is (252,38,121). Sum of RGB (Red+Green+Blue) = 252+38+121=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2679 is #03D986. Grayscale: #6F6F6F. Windows color (decimal): -252295 or 7939836. OLE color: 7939836.

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

Color convert

RGB 252 38 121 -
CMYK 0 0.85 0.52 0.01
HSL 336.73º 0.97% 0.57% -
HSV(B) 336.73º 0.85% 0.99% -
XYZ 44.29 23.46 20.28 -
YUV 111.45 133.4 228.25 -
System Red Green Blue C M Y K H S L
Decimal 252 38 121 0 0.85 0.52 0.01 336.73 0.97 0.57
Hex FC 26 79 0 55 34 1 151 61 39
Octal 374 46 171 0 125 64 1 521 141 71
Binary 11111100 100110 1111001 0 1010101 110100 1 101010001 1100001 111001

Color Harmonies of #FC2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2679

Black with #FC2679

Text Example


Text Example

White with #FC2679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2679; }

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

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

background-color css

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

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

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

border-color css

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

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

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