Html Css Color HEX #FC074D Torch Red

📋 copy color: '#FC074D'

red 252 ◦ green 7 ◦ blue 77

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

Shades of Torch Red #FC074D

Tints of Torch Red #FC074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 75%
G = 2.08%
B = 22.92%

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

#FC074D (or 0xFC074D) is known color: Torch Red. HEX triplet: FC, 07 and 4D. RGB value is (252,7,77). Sum of RGB (Red+Green+Blue) = 252+7+77=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC074D is #03F8B2. Grayscale: #585858. Windows color (decimal): -260275 or 5048316. OLE color: 5048316.

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

Color convert

RGB 252 7 77 -
CMYK 0 0.97 0.69 0.01
HSL 342.86º 0.98% 0.51% -
HSV(B) 342.86º 0.97% 0.99% -
XYZ 41.56 21.38 8.96 -
YUV 88.24 121.67 244.81 -
System Red Green Blue C M Y K H S L
Decimal 252 7 77 0 0.97 0.69 0.01 342.86 0.98 0.51
Hex FC 7 4D 0 61 45 1 157 62 33
Octal 374 7 115 0 141 105 1 527 142 63
Binary 11111100 111 1001101 0 1100001 1000101 1 101010111 1100010 110011

Color Harmonies of #FC074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC074D

Black with #FC074D

Text Example


Text Example

White with #FC074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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