Html Css Color HEX #F0043B Torch Red

📋 copy color: '#F0043B'

red 240 ◦ green 4 ◦ blue 59

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

Shades of Torch Red #F0043B

Tints of Torch Red #F0043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 79.21%
G = 1.32%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0043B (or 0xF0043B) is known color: Torch Red. HEX triplet: F0, 04 and 3B. RGB value is (240,4,59). Sum of RGB (Red+Green+Blue) = 240+4+59=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0043B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0043B is #0FFBC4. Grayscale: #505050. Windows color (decimal): -1047493 or 3867888. OLE color: 3867888.

HSL color Cylindrical-coordinate representation of color #F0043B: hue angle of 346.02º 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 #F0043B is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 59 -
CMYK 0 0.98 0.75 0.06
HSL 346.02º 0.97% 0.48% -
HSV(B) 346.02º 0.98% 0.94% -
XYZ 36.77 18.93 5.85 -
YUV 80.83 115.69 241.53 -
System Red Green Blue C M Y K H S L
Decimal 240 4 59 0 0.98 0.75 0.06 346.02 0.97 0.48
Hex F0 4 3B 0 62 4B 6 15A 61 30
Octal 360 4 73 0 142 113 6 532 141 60
Binary 11110000 100 111011 0 1100010 1001011 110 101011010 1100001 110000

Color Harmonies of #F0043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0043B

Black with #F0043B

Text Example


Text Example

White with #F0043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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