Html Css Color HEX #F30247 Torch Red

📋 copy color: '#F30247'

red 243 ◦ green 2 ◦ blue 71

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

Shades of Torch Red #F30247

Tints of Torch Red #F30247

RGB

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

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

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

R = 76.9%
G = 0.63%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F30247 (or 0xF30247) is known color: Torch Red. HEX triplet: F3, 02 and 47. RGB value is (243,2,71). Sum of RGB (Red+Green+Blue) = 243+2+71=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F30247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30247 is #0CFDB8. Grayscale: #515151. Windows color (decimal): -851385 or 4653811. OLE color: 4653811.

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

Color convert

RGB 243 2 71 -
CMYK 0 0.99 0.71 0.05
HSL 342.82º 0.98% 0.48% -
HSV(B) 342.82º 0.99% 0.95% -
XYZ 38.12 19.55 7.73 -
YUV 81.93 121.84 242.89 -
System Red Green Blue C M Y K H S L
Decimal 243 2 71 0 0.99 0.71 0.05 342.82 0.98 0.48
Hex F3 2 47 0 63 47 5 157 62 30
Octal 363 2 107 0 143 107 5 527 142 60
Binary 11110011 10 1000111 0 1100011 1000111 101 101010111 1100010 110000

Color Harmonies of #F30247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30247

Black with #F30247

Text Example


Text Example

White with #F30247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30247; }

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

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

background-color css

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

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

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

border-color css

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

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

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