Html Css Color HEX #FC074F Torch Red

📋 copy color: '#FC074F'

red 252 ◦ green 7 ◦ blue 79

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

Shades of Torch Red #FC074F

Tints of Torch Red #FC074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 74.56%
G = 2.07%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC074F (or 0xFC074F) is known color: Torch Red. HEX triplet: FC, 07 and 4F. RGB value is (252,7,79). Sum of RGB (Red+Green+Blue) = 252+7+79=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC074F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC074F is #03F8B0. Grayscale: #585858. Windows color (decimal): -260273 or 5179388. OLE color: 5179388.

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

Color convert

RGB 252 7 79 -
CMYK 0 0.97 0.69 0.01
HSL 342.37º 0.98% 0.51% -
HSV(B) 342.37º 0.97% 0.99% -
XYZ 41.63 21.41 9.34 -
YUV 88.46 122.67 244.65 -
System Red Green Blue C M Y K H S L
Decimal 252 7 79 0 0.97 0.69 0.01 342.37 0.98 0.51
Hex FC 7 4F 0 61 45 1 156 62 33
Octal 374 7 117 0 141 105 1 526 142 63
Binary 11111100 111 1001111 0 1100001 1000101 1 101010110 1100010 110011

Color Harmonies of #FC074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC074F

Black with #FC074F

Text Example


Text Example

White with #FC074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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