Html Css Color HEX #F00245 Torch Red

📋 copy color: '#F00245'

red 240 ◦ green 2 ◦ blue 69

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

Shades of Torch Red #F00245

Tints of Torch Red #F00245

RGB

 RED value IS 240 (94.14% from 255) = 77.17%

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

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

R = 77.17%
G = 0.64%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F00245 (or 0xF00245) is known color: Torch Red. HEX triplet: F0, 02 and 45. RGB value is (240,2,69). Sum of RGB (Red+Green+Blue) = 240+2+69=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F00245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00245 is #0FFDBA. Grayscale: #505050. Windows color (decimal): -1047995 or 4522736. OLE color: 4522736.

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

Color convert

RGB 240 2 69 -
CMYK 0 0.99 0.71 0.06
HSL 343.11º 0.98% 0.47% -
HSV(B) 343.11º 0.99% 0.94% -
XYZ 37.03 19 7.35 -
YUV 80.8 121.35 241.55 -
System Red Green Blue C M Y K H S L
Decimal 240 2 69 0 0.99 0.71 0.06 343.11 0.98 0.47
Hex F0 2 45 0 63 47 6 157 62 2F
Octal 360 2 105 0 143 107 6 527 142 57
Binary 11110000 10 1000101 0 1100011 1000111 110 101010111 1100010 101111

Color Harmonies of #F00245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00245

Black with #F00245

Text Example


Text Example

White with #F00245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00245; }

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

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

background-color css

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

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

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

border-color css

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

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

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