Html Css Color HEX #FC1374 Deep Pink

📋 copy color: '#FC1374'

red 252 ◦ green 19 ◦ blue 116

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

Shades of Deep Pink #FC1374

Tints of Deep Pink #FC1374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.91%

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

R = 65.12%
G = 4.91%
B = 29.97%

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

#FC1374 (or 0xFC1374) is known color: Deep Pink. HEX triplet: FC, 13 and 74. RGB value is (252,19,116). Sum of RGB (Red+Green+Blue) = 252+19+116=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1374 is #03EC8B. Grayscale: #636363. Windows color (decimal): -257164 or 7607292. OLE color: 7607292.

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

Color convert

RGB 252 19 116 -
CMYK 0 0.92 0.54 0.01
HSL 335.02º 0.97% 0.53% -
HSV(B) 335.02º 0.92% 0.99% -
XYZ 43.53 22.42 18.56 -
YUV 99.73 137.19 236.61 -
System Red Green Blue C M Y K H S L
Decimal 252 19 116 0 0.92 0.54 0.01 335.02 0.97 0.53
Hex FC 13 74 0 5C 36 1 14F 61 35
Octal 374 23 164 0 134 66 1 517 141 65
Binary 11111100 10011 1110100 0 1011100 110110 1 101001111 1100001 110101

Color Harmonies of #FC1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1374

Black with #FC1374

Text Example


Text Example

White with #FC1374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1374; }

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

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

background-color css

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

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

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

border-color css

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

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

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