Html Css Color HEX #F61430 Torch Red

📋 copy color: '#F61430'

red 246 ◦ green 20 ◦ blue 48

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

Shades of Torch Red #F61430

Tints of Torch Red #F61430

RGB

 RED value IS 246 (96.48% from 255) = 78.34%

 GREEN value IS 20 (8.2% from 255) = 6.37%

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 78.34%
G = 6.37%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F61430 (or 0xF61430) is known color: Torch Red. HEX triplet: F6, 14 and 30. RGB value is (246,20,48). Sum of RGB (Red+Green+Blue) = 246+20+48=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F61430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61430 is #09EBCF. Grayscale: #5A5A5A. Windows color (decimal): -650192 or 3151094. OLE color: 3151094.

HSL color Cylindrical-coordinate representation of color #F61430: hue angle of 352.57º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61430 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 20 48 -
CMYK 0 0.92 0.80 0.04
HSL 352.57º 0.93% 0.52% -
HSV(B) 352.57º 0.92% 0.96% -
XYZ 38.79 20.31 4.67 -
YUV 90.77 103.87 238.72 -
System Red Green Blue C M Y K H S L
Decimal 246 20 48 0 0.92 0.80 0.04 352.57 0.93 0.52
Hex F6 14 30 0 5C 50 4 161 5D 34
Octal 366 24 60 0 134 120 4 541 135 64
Binary 11110110 10100 110000 0 1011100 1010000 100 101100001 1011101 110100

Color Harmonies of #F61430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61430

Black with #F61430

Text Example


Text Example

White with #F61430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61430; }

 p { color: rgb(246,20,48); }

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

background-color css

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

 a { background-color: rgb(246,20,48); }

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

border-color css

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

 span { border-color: rgb(246,20,48); }

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