Html Css Color HEX #F0043F Torch Red

📋 copy color: '#F0043F'

red 240 ◦ green 4 ◦ blue 63

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

Shades of Torch Red #F0043F

Tints of Torch Red #F0043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 63 (25% from 255) = 20.52%

R = 78.18%
G = 1.3%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0043F (or 0xF0043F) is known color: Torch Red. HEX triplet: F0, 04 and 3F. RGB value is (240,4,63). Sum of RGB (Red+Green+Blue) = 240+4+63=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0043F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0043F is #0FFBC0. Grayscale: #515151. Windows color (decimal): -1047489 or 4130032. OLE color: 4130032.

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

Color convert

RGB 240 4 63 -
CMYK 0 0.98 0.74 0.06
HSL 345º 0.97% 0.48% -
HSV(B) 345º 0.98% 0.94% -
XYZ 36.88 18.97 6.42 -
YUV 81.29 117.69 241.2 -
System Red Green Blue C M Y K H S L
Decimal 240 4 63 0 0.98 0.74 0.06 345 0.97 0.48
Hex F0 4 3F 0 62 4A 6 159 61 30
Octal 360 4 77 0 142 112 6 531 141 60
Binary 11110000 100 111111 0 1100010 1001010 110 101011001 1100001 110000

Color Harmonies of #F0043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0043F

Black with #F0043F

Text Example


Text Example

White with #F0043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0043F; }

 p { color: rgb(240,4,63); }

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

background-color css

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

 a { background-color: rgb(240,4,63); }

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

border-color css

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

 span { border-color: rgb(240,4,63); }

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