Html Css Color HEX #F0003F Torch Red

📋 copy color: '#F0003F'

red 240 ◦ green 0 ◦ blue 63

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

Shades of Torch Red #F0003F

Tints of Torch Red #F0003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.21%
G = 0%
B = 20.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0003F (or 0xF0003F) is known color: Torch Red. HEX triplet: F0, 00 and 3F. RGB value is (240,0,63). Sum of RGB (Red+Green+Blue) = 240+0+63=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0003F is #0FFFC0. Grayscale: #4E4E4E. Windows color (decimal): -1048513 or 4129008. OLE color: 4129008.

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

Color convert

RGB 240 0 63 -
CMYK 0 1 0.74 0.06
HSL 344.25º 1% 0.47% -
HSV(B) 344.25º 1% 0.94% -
XYZ 36.83 18.88 6.41 -
YUV 78.94 119.01 242.88 -
System Red Green Blue C M Y K H S L
Decimal 240 0 63 0 1 0.74 0.06 344.25 1 0.47
Hex F0 0 3F 0 64 4A 6 158 64 2F
Octal 360 0 77 0 144 112 6 530 144 57
Binary 11110000 0 111111 0 1100100 1001010 110 101011000 1100100 101111

Color Harmonies of #F0003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0003F

Black with #F0003F

Text Example


Text Example

White with #F0003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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