Html Css Color HEX #FC1B4A Torch Red

📋 copy color: '#FC1B4A'

red 252 ◦ green 27 ◦ blue 74

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

Shades of Torch Red #FC1B4A

Tints of Torch Red #FC1B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.65%

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 71.39%
G = 7.65%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC1B4A (or 0xFC1B4A) is known color: Torch Red. HEX triplet: FC, 1B and 4A. RGB value is (252,27,74). Sum of RGB (Red+Green+Blue) = 252+27+74=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1B4A is #03E4B5. Grayscale: #636363. Windows color (decimal): -255158 or 4856828. OLE color: 4856828.

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

Color convert

RGB 252 27 74 -
CMYK 0 0.89 0.71 0.01
HSL 347.47º 0.97% 0.55% -
HSV(B) 347.47º 0.89% 0.99% -
XYZ 41.77 21.97 8.52 -
YUV 99.63 113.54 236.68 -
System Red Green Blue C M Y K H S L
Decimal 252 27 74 0 0.89 0.71 0.01 347.47 0.97 0.55
Hex FC 1B 4A 0 59 47 1 15B 61 37
Octal 374 33 112 0 131 107 1 533 141 67
Binary 11111100 11011 1001010 0 1011001 1000111 1 101011011 1100001 110111

Color Harmonies of #FC1B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B4A

Black with #FC1B4A

Text Example


Text Example

White with #FC1B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B4A; }

 p { color: rgb(252,27,74); }

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

background-color css

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

 a { background-color: rgb(252,27,74); }

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

border-color css

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

 span { border-color: rgb(252,27,74); }

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