Html Css Color HEX #F61B40 Torch Red

📋 copy color: '#F61B40'

red 246 ◦ green 27 ◦ blue 64

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

Shades of Torch Red #F61B40

Tints of Torch Red #F61B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 73%
G = 8.01%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F61B40 (or 0xF61B40) is known color: Torch Red. HEX triplet: F6, 1B and 40. RGB value is (246,27,64). Sum of RGB (Red+Green+Blue) = 246+27+64=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61B40 is #09E4BF. Grayscale: #606060. Windows color (decimal): -648384 or 4201462. OLE color: 4201462.

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

Color convert

RGB 246 27 64 -
CMYK 0 0.89 0.74 0.04
HSL 349.86º 0.92% 0.54% -
HSV(B) 349.86º 0.89% 0.96% -
XYZ 39.32 20.75 6.78 -
YUV 96.7 109.55 234.49 -
System Red Green Blue C M Y K H S L
Decimal 246 27 64 0 0.89 0.74 0.04 349.86 0.92 0.54
Hex F6 1B 40 0 59 4A 4 15E 5C 36
Octal 366 33 100 0 131 112 4 536 134 66
Binary 11110110 11011 1000000 0 1011001 1001010 100 101011110 1011100 110110

Color Harmonies of #F61B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B40

Black with #F61B40

Text Example


Text Example

White with #F61B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B40; }

 p { color: rgb(246,27,64); }

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

background-color css

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

 a { background-color: rgb(246,27,64); }

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

border-color css

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

 span { border-color: rgb(246,27,64); }

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