Html Css Color HEX #FC0B47 Torch Red

📋 copy color: '#FC0B47'

red 252 ◦ green 11 ◦ blue 71

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

Shades of Torch Red #FC0B47

Tints of Torch Red #FC0B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.26%

R = 75.45%
G = 3.29%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC0B47 (or 0xFC0B47) is known color: Torch Red. HEX triplet: FC, 0B and 47. RGB value is (252,11,71). Sum of RGB (Red+Green+Blue) = 252+11+71=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0B47 is #03F4B8. Grayscale: #595959. Windows color (decimal): -259257 or 4656124. OLE color: 4656124.

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

Color convert

RGB 252 11 71 -
CMYK 0 0.96 0.72 0.01
HSL 345.06º 0.98% 0.52% -
HSV(B) 345.06º 0.96% 0.99% -
XYZ 41.4 21.39 7.91 -
YUV 89.9 117.34 243.62 -
System Red Green Blue C M Y K H S L
Decimal 252 11 71 0 0.96 0.72 0.01 345.06 0.98 0.52
Hex FC B 47 0 60 48 1 159 62 34
Octal 374 13 107 0 140 110 1 531 142 64
Binary 11111100 1011 1000111 0 1100000 1001000 1 101011001 1100010 110100

Color Harmonies of #FC0B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0B47

Black with #FC0B47

Text Example


Text Example

White with #FC0B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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