Html Css Color HEX #F30641 Torch Red

📋 copy color: '#F30641'

red 243 ◦ green 6 ◦ blue 65

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

Shades of Torch Red #F30641

Tints of Torch Red #F30641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.91%

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 77.39%
G = 1.91%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F30641 (or 0xF30641) is known color: Torch Red. HEX triplet: F3, 06 and 41. RGB value is (243,6,65). Sum of RGB (Red+Green+Blue) = 243+6+65=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F30641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30641 is #0CF9BE. Grayscale: #535353. Windows color (decimal): -850367 or 4261619. OLE color: 4261619.

HSL color Cylindrical-coordinate representation of color #F30641: hue angle of 345.06º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30641 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 6 65 -
CMYK 0 0.98 0.73 0.05
HSL 345.06º 0.95% 0.49% -
HSV(B) 345.06º 0.98% 0.95% -
XYZ 37.98 19.57 6.78 -
YUV 83.59 117.52 241.7 -
System Red Green Blue C M Y K H S L
Decimal 243 6 65 0 0.98 0.73 0.05 345.06 0.95 0.49
Hex F3 6 41 0 62 49 5 159 5F 31
Octal 363 6 101 0 142 111 5 531 137 61
Binary 11110011 110 1000001 0 1100010 1001001 101 101011001 1011111 110001

Color Harmonies of #F30641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30641

Black with #F30641

Text Example


Text Example

White with #F30641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30641; }

 p { color: rgb(243,6,65); }

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

background-color css

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

 a { background-color: rgb(243,6,65); }

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

border-color css

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

 span { border-color: rgb(243,6,65); }

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