Html Css Color HEX #F7024B Torch Red

📋 copy color: '#F7024B'

red 247 ◦ green 2 ◦ blue 75

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

Shades of Torch Red #F7024B

Tints of Torch Red #F7024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 76.23%
G = 0.62%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7024B (or 0xF7024B) is known color: Torch Red. HEX triplet: F7, 02 and 4B. RGB value is (247,2,75). Sum of RGB (Red+Green+Blue) = 247+2+75=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F7024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7024B is #08FDB4. Grayscale: #535353. Windows color (decimal): -589237 or 4915959. OLE color: 4915959.

HSL color Cylindrical-coordinate representation of color #F7024B: hue angle of 342.12º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7024B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 2 75 -
CMYK 0 0.99 0.70 0.03
HSL 342.12º 0.98% 0.49% -
HSV(B) 342.12º 0.99% 0.97% -
XYZ 39.65 20.33 8.49 -
YUV 83.58 123.17 244.56 -
System Red Green Blue C M Y K H S L
Decimal 247 2 75 0 0.99 0.70 0.03 342.12 0.98 0.49
Hex F7 2 4B 0 63 46 3 156 62 31
Octal 367 2 113 0 143 106 3 526 142 61
Binary 11110111 10 1001011 0 1100011 1000110 11 101010110 1100010 110001

Color Harmonies of #F7024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7024B

Black with #F7024B

Text Example


Text Example

White with #F7024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7024B; }

 p { color: rgb(247,2,75); }

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

background-color css

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

 a { background-color: rgb(247,2,75); }

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

border-color css

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

 span { border-color: rgb(247,2,75); }

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