Html Css Color HEX #FC1474 Deep Pink

📋 copy color: '#FC1474'

red 252 ◦ green 20 ◦ blue 116

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

Shades of Deep Pink #FC1474

Tints of Deep Pink #FC1474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.15%

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

R = 64.95%
G = 5.15%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC1474 (or 0xFC1474) is known color: Deep Pink. HEX triplet: FC, 14 and 74. RGB value is (252,20,116). Sum of RGB (Red+Green+Blue) = 252+20+116=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1474 is #03EB8B. Grayscale: #646464. Windows color (decimal): -256908 or 7607548. OLE color: 7607548.

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

Color convert

RGB 252 20 116 -
CMYK 0 0.92 0.54 0.01
HSL 335.17º 0.97% 0.53% -
HSV(B) 335.17º 0.92% 0.99% -
XYZ 43.55 22.46 18.56 -
YUV 100.31 136.86 236.19 -
System Red Green Blue C M Y K H S L
Decimal 252 20 116 0 0.92 0.54 0.01 335.17 0.97 0.53
Hex FC 14 74 0 5C 36 1 14F 61 35
Octal 374 24 164 0 134 66 1 517 141 65
Binary 11111100 10100 1110100 0 1011100 110110 1 101001111 1100001 110101

Color Harmonies of #FC1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1474

Black with #FC1474

Text Example


Text Example

White with #FC1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1474; }

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

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

background-color css

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

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

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

border-color css

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

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

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