Html Css Color HEX #FC0B49 Torch Red

📋 copy color: '#FC0B49'

red 252 ◦ green 11 ◦ blue 73

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

Shades of Torch Red #FC0B49

Tints of Torch Red #FC0B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 75%
G = 3.27%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC0B49 (or 0xFC0B49) is known color: Torch Red. HEX triplet: FC, 0B and 49. RGB value is (252,11,73). Sum of RGB (Red+Green+Blue) = 252+11+73=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0B49 is #03F4B6. Grayscale: #5A5A5A. Windows color (decimal): -259255 or 4787196. OLE color: 4787196.

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

Color convert

RGB 252 11 73 -
CMYK 0 0.96 0.71 0.01
HSL 344.56º 0.98% 0.52% -
HSV(B) 344.56º 0.96% 0.99% -
XYZ 41.47 21.42 8.25 -
YUV 90.13 118.34 243.46 -
System Red Green Blue C M Y K H S L
Decimal 252 11 73 0 0.96 0.71 0.01 344.56 0.98 0.52
Hex FC B 49 0 60 47 1 159 62 34
Octal 374 13 111 0 140 107 1 531 142 64
Binary 11111100 1011 1001001 0 1100000 1000111 1 101011001 1100010 110100

Color Harmonies of #FC0B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0B49

Black with #FC0B49

Text Example


Text Example

White with #FC0B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0B49; }

 p { color: rgb(252,11,73); }

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

background-color css

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

 a { background-color: rgb(252,11,73); }

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

border-color css

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

 span { border-color: rgb(252,11,73); }

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