Html Css Color HEX #F30245 Torch Red

📋 copy color: '#F30245'

red 243 ◦ green 2 ◦ blue 69

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

Shades of Torch Red #F30245

Tints of Torch Red #F30245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 77.39%
G = 0.64%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F30245 (or 0xF30245) is known color: Torch Red. HEX triplet: F3, 02 and 45. RGB value is (243,2,69). Sum of RGB (Red+Green+Blue) = 243+2+69=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F30245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30245 is #0CFDBA. Grayscale: #515151. Windows color (decimal): -851387 or 4522739. OLE color: 4522739.

HSL color Cylindrical-coordinate representation of color #F30245: hue angle of 343.32º 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 #F30245 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 2 69 -
CMYK 0 0.99 0.72 0.05
HSL 343.32º 0.98% 0.48% -
HSV(B) 343.32º 0.99% 0.95% -
XYZ 38.06 19.53 7.39 -
YUV 81.7 120.84 243.05 -
System Red Green Blue C M Y K H S L
Decimal 243 2 69 0 0.99 0.72 0.05 343.32 0.98 0.48
Hex F3 2 45 0 63 48 5 157 62 30
Octal 363 2 105 0 143 110 5 527 142 60
Binary 11110011 10 1000101 0 1100011 1001000 101 101010111 1100010 110000

Color Harmonies of #F30245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30245

Black with #F30245

Text Example


Text Example

White with #F30245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30245; }

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

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

background-color css

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

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

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

border-color css

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

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

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