Html Css Color HEX #F70542 Torch Red

📋 copy color: '#F70542'

red 247 ◦ green 5 ◦ blue 66

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

Shades of Torch Red #F70542

Tints of Torch Red #F70542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 77.67%
G = 1.57%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F70542 (or 0xF70542) is known color: Torch Red. HEX triplet: F7, 05 and 42. RGB value is (247,5,66). Sum of RGB (Red+Green+Blue) = 247+5+66=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F70542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70542 is #08FABD. Grayscale: #545454. Windows color (decimal): -588478 or 4326903. OLE color: 4326903.

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

Color convert

RGB 247 5 66 -
CMYK 0 0.98 0.73 0.03
HSL 344.88º 0.96% 0.49% -
HSV(B) 344.88º 0.98% 0.97% -
XYZ 39.4 20.28 6.99 -
YUV 84.31 117.67 244.04 -
System Red Green Blue C M Y K H S L
Decimal 247 5 66 0 0.98 0.73 0.03 344.88 0.96 0.49
Hex F7 5 42 0 62 49 3 159 60 31
Octal 367 5 102 0 142 111 3 531 140 61
Binary 11110111 101 1000010 0 1100010 1001001 11 101011001 1100000 110001

Color Harmonies of #F70542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70542

Black with #F70542

Text Example


Text Example

White with #F70542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70542; }

 p { color: rgb(247,5,66); }

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

background-color css

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

 a { background-color: rgb(247,5,66); }

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

border-color css

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

 span { border-color: rgb(247,5,66); }

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