Html Css Color HEX #FC1774 Deep Pink

📋 copy color: '#FC1774'

red 252 ◦ green 23 ◦ blue 116

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

Shades of Deep Pink #FC1774

Tints of Deep Pink #FC1774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 64.45%
G = 5.88%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC1774 (or 0xFC1774) is known color: Deep Pink. HEX triplet: FC, 17 and 74. RGB value is (252,23,116). Sum of RGB (Red+Green+Blue) = 252+23+116=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1774 is #03E88B. Grayscale: #656565. Windows color (decimal): -256140 or 7608316. OLE color: 7608316.

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

Color convert

RGB 252 23 116 -
CMYK 0 0.91 0.54 0.01
HSL 335.63º 0.97% 0.54% -
HSV(B) 335.63º 0.91% 0.99% -
XYZ 43.6 22.57 18.58 -
YUV 102.07 135.87 234.94 -
System Red Green Blue C M Y K H S L
Decimal 252 23 116 0 0.91 0.54 0.01 335.63 0.97 0.54
Hex FC 17 74 0 5B 36 1 150 61 36
Octal 374 27 164 0 133 66 1 520 141 66
Binary 11111100 10111 1110100 0 1011011 110110 1 101010000 1100001 110110

Color Harmonies of #FC1774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1774

Black with #FC1774

Text Example


Text Example

White with #FC1774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1774; }

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

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

background-color css

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

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

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

border-color css

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

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

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