Html Css Color HEX #FC1778 Deep Pink

📋 copy color: '#FC1778'

red 252 ◦ green 23 ◦ blue 120

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

Shades of Deep Pink #FC1778

Tints of Deep Pink #FC1778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.82%

 BLUE value IS 120 (47.27% from 255) = 30.38%

R = 63.8%
G = 5.82%
B = 30.38%

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

#FC1778 (or 0xFC1778) is known color: Deep Pink. HEX triplet: FC, 17 and 78. RGB value is (252,23,120). Sum of RGB (Red+Green+Blue) = 252+23+120=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1778 is #03E887. Grayscale: #666666. Windows color (decimal): -256136 or 7870460. OLE color: 7870460.

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

Color convert

RGB 252 23 120 -
CMYK 0 0.91 0.52 0.01
HSL 334.59º 0.97% 0.54% -
HSV(B) 334.59º 0.91% 0.99% -
XYZ 43.84 22.66 19.83 -
YUV 102.53 137.87 234.61 -
System Red Green Blue C M Y K H S L
Decimal 252 23 120 0 0.91 0.52 0.01 334.59 0.97 0.54
Hex FC 17 78 0 5B 34 1 14F 61 36
Octal 374 27 170 0 133 64 1 517 141 66
Binary 11111100 10111 1111000 0 1011011 110100 1 101001111 1100001 110110

Color Harmonies of #FC1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1778

Black with #FC1778

Text Example


Text Example

White with #FC1778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1778; }

 p { color: rgb(252,23,120); }

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

background-color css

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

 a { background-color: rgb(252,23,120); }

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

border-color css

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

 span { border-color: rgb(252,23,120); }

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