Html Css Color HEX #FC074E Torch Red

📋 copy color: '#FC074E'

red 252 ◦ green 7 ◦ blue 78

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

Shades of Torch Red #FC074E

Tints of Torch Red #FC074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 74.78%
G = 2.08%
B = 23.15%

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

#FC074E (or 0xFC074E) is known color: Torch Red. HEX triplet: FC, 07 and 4E. RGB value is (252,7,78). Sum of RGB (Red+Green+Blue) = 252+7+78=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC074E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC074E is #03F8B1. Grayscale: #585858. Windows color (decimal): -260274 or 5113852. OLE color: 5113852.

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

Color convert

RGB 252 7 78 -
CMYK 0 0.97 0.69 0.01
HSL 342.61º 0.98% 0.51% -
HSV(B) 342.61º 0.97% 0.99% -
XYZ 41.6 21.4 9.15 -
YUV 88.35 122.17 244.73 -
System Red Green Blue C M Y K H S L
Decimal 252 7 78 0 0.97 0.69 0.01 342.61 0.98 0.51
Hex FC 7 4E 0 61 45 1 157 62 33
Octal 374 7 116 0 141 105 1 527 142 63
Binary 11111100 111 1001110 0 1100001 1000101 1 101010111 1100010 110011

Color Harmonies of #FC074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC074E

Black with #FC074E

Text Example


Text Example

White with #FC074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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