Html Css Color HEX #F3012A Torch Red

📋 copy color: '#F3012A'

red 243 ◦ green 1 ◦ blue 42

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

Shades of Torch Red #F3012A

Tints of Torch Red #F3012A

RGB

 RED value IS 243 (95.31% from 255) = 84.97%

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 84.97%
G = 0.35%
B = 14.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3012A (or 0xF3012A) is known color: Torch Red. HEX triplet: F3, 01 and 2A. RGB value is (243,1,42). Sum of RGB (Red+Green+Blue) = 243+1+42=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F3012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3012A is #0CFED5. Grayscale: #4E4E4E. Windows color (decimal): -851670 or 2753011. OLE color: 2753011.

HSL color Cylindrical-coordinate representation of color #F3012A: hue angle of 349.83º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3012A is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 1 42 -
CMYK 0 1.00 0.83 0.05
HSL 349.83º 0.99% 0.48% -
HSV(B) 349.83º 1% 0.95% -
XYZ 37.39 19.24 3.93 -
YUV 78.03 107.67 245.67 -
System Red Green Blue C M Y K H S L
Decimal 243 1 42 0 1.00 0.83 0.05 349.83 0.99 0.48
Hex F3 1 2A 0 64 53 5 15E 63 30
Octal 363 1 52 0 144 123 5 536 143 60
Binary 11110011 1 101010 0 1100100 1010011 101 101011110 1100011 110000

Color Harmonies of #F3012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3012A

Black with #F3012A

Text Example


Text Example

White with #F3012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3012A; }

 p { color: rgb(243,1,42); }

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

background-color css

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

 a { background-color: rgb(243,1,42); }

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

border-color css

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

 span { border-color: rgb(243,1,42); }

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