Html Css Color HEX #FC0748 Torch Red

📋 copy color: '#FC0748'

red 252 ◦ green 7 ◦ blue 72

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

Shades of Torch Red #FC0748

Tints of Torch Red #FC0748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 76.13%
G = 2.11%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC0748 (or 0xFC0748) is known color: Torch Red. HEX triplet: FC, 07 and 48. RGB value is (252,7,72). Sum of RGB (Red+Green+Blue) = 252+7+72=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0748 is #03F8B7. Grayscale: #575757. Windows color (decimal): -260280 or 4720636. OLE color: 4720636.

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

Color convert

RGB 252 7 72 -
CMYK 0 0.97 0.71 0.01
HSL 344.08º 0.98% 0.51% -
HSV(B) 344.08º 0.97% 0.99% -
XYZ 41.39 21.32 8.06 -
YUV 87.67 119.17 245.21 -
System Red Green Blue C M Y K H S L
Decimal 252 7 72 0 0.97 0.71 0.01 344.08 0.98 0.51
Hex FC 7 48 0 61 47 1 158 62 33
Octal 374 7 110 0 141 107 1 530 142 63
Binary 11111100 111 1001000 0 1100001 1000111 1 101011000 1100010 110011

Color Harmonies of #FC0748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0748

Black with #FC0748

Text Example


Text Example

White with #FC0748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0748; }

 p { color: rgb(252,7,72); }

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

background-color css

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

 a { background-color: rgb(252,7,72); }

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

border-color css

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

 span { border-color: rgb(252,7,72); }

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