Html Css Color HEX #F30F47 Torch Red

📋 copy color: '#F30F47'

red 243 ◦ green 15 ◦ blue 71

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

Shades of Torch Red #F30F47

Tints of Torch Red #F30F47

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.56%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 73.86%
G = 4.56%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F30F47 (or 0xF30F47) is known color: Torch Red. HEX triplet: F3, 0F and 47. RGB value is (243,15,71). Sum of RGB (Red+Green+Blue) = 243+15+71=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30F47 is #0CF0B8. Grayscale: #595959. Windows color (decimal): -848057 or 4657139. OLE color: 4657139.

HSL color Cylindrical-coordinate representation of color #F30F47: hue angle of 345.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F47 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 15 71 -
CMYK 0 0.94 0.71 0.05
HSL 345.26º 0.9% 0.51% -
HSV(B) 345.26º 0.94% 0.95% -
XYZ 38.27 19.85 7.78 -
YUV 89.56 117.54 237.45 -
System Red Green Blue C M Y K H S L
Decimal 243 15 71 0 0.94 0.71 0.05 345.26 0.9 0.51
Hex F3 F 47 0 5E 47 5 159 5A 33
Octal 363 17 107 0 136 107 5 531 132 63
Binary 11110011 1111 1000111 0 1011110 1000111 101 101011001 1011010 110011

Color Harmonies of #F30F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F47

Black with #F30F47

Text Example


Text Example

White with #F30F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F47; }

 p { color: rgb(243,15,71); }

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

background-color css

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

 a { background-color: rgb(243,15,71); }

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

border-color css

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

 span { border-color: rgb(243,15,71); }

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