Html Css Color HEX #F7003F Torch Red

📋 copy color: '#F7003F'

red 247 ◦ green 0 ◦ blue 63

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

Shades of Torch Red #F7003F

Tints of Torch Red #F7003F

RGB

 RED value IS 247 (96.88% from 255) = 79.68%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 79.68%
G = 0%
B = 20.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7003F (or 0xF7003F) is known color: Torch Red. HEX triplet: F7, 00 and 3F. RGB value is (247,0,63). Sum of RGB (Red+Green+Blue) = 247+0+63=310 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.68% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 247 - color contains mainly: red. Hex color #F7003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7003F is #08FFC0. Grayscale: #515151. Windows color (decimal): -589761 or 4129015. OLE color: 4129015.

HSL color Cylindrical-coordinate representation of color #F7003F: hue angle of 344.7º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7003F is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 63 -
CMYK 0 1 0.74 0.03
HSL 344.7º 1% 0.48% -
HSV(B) 344.7º 1% 0.97% -
XYZ 39.25 20.13 6.52 -
YUV 81.04 117.83 246.38 -
System Red Green Blue C M Y K H S L
Decimal 247 0 63 0 1 0.74 0.03 344.7 1 0.48
Hex F7 0 3F 0 64 4A 3 159 64 30
Octal 367 0 77 0 144 112 3 531 144 60
Binary 11110111 0 111111 0 1100100 1001010 11 101011001 1100100 110000

Color Harmonies of #F7003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7003F

Black with #F7003F

Text Example


Text Example

White with #F7003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7003F; }

 p { color: rgb(247,0,63); }

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

background-color css

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

 a { background-color: rgb(247,0,63); }

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

border-color css

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

 span { border-color: rgb(247,0,63); }

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