Html Css Color HEX #FC084D Torch Red

📋 copy color: '#FC084D'

red 252 ◦ green 8 ◦ blue 77

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

Shades of Torch Red #FC084D

Tints of Torch Red #FC084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

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

R = 74.78%
G = 2.37%
B = 22.85%

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

#FC084D (or 0xFC084D) is known color: Torch Red. HEX triplet: FC, 08 and 4D. RGB value is (252,8,77). Sum of RGB (Red+Green+Blue) = 252+8+77=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC084D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC084D is #03F7B2. Grayscale: #585858. Windows color (decimal): -260019 or 5048572. OLE color: 5048572.

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

Color convert

RGB 252 8 77 -
CMYK 0 0.97 0.69 0.01
HSL 343.03º 0.98% 0.51% -
HSV(B) 343.03º 0.97% 0.99% -
XYZ 41.57 21.4 8.96 -
YUV 88.82 121.34 244.39 -
System Red Green Blue C M Y K H S L
Decimal 252 8 77 0 0.97 0.69 0.01 343.03 0.98 0.51
Hex FC 8 4D 0 61 45 1 157 62 33
Octal 374 10 115 0 141 105 1 527 142 63
Binary 11111100 1000 1001101 0 1100001 1000101 1 101010111 1100010 110011

Color Harmonies of #FC084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC084D

Black with #FC084D

Text Example


Text Example

White with #FC084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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