Html Css Color HEX #F0023F Torch Red

📋 copy color: '#F0023F'

red 240 ◦ green 2 ◦ blue 63

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

Shades of Torch Red #F0023F

Tints of Torch Red #F0023F

RGB

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

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

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

R = 78.69%
G = 0.66%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0023F (or 0xF0023F) is known color: Torch Red. HEX triplet: F0, 02 and 3F. RGB value is (240,2,63). Sum of RGB (Red+Green+Blue) = 240+2+63=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0023F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0023F is #0FFDC0. Grayscale: #505050. Windows color (decimal): -1048001 or 4129520. OLE color: 4129520.

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

Color convert

RGB 240 2 63 -
CMYK 0 0.99 0.74 0.06
HSL 344.62º 0.98% 0.47% -
HSV(B) 344.62º 0.99% 0.94% -
XYZ 36.85 18.93 6.41 -
YUV 80.12 118.35 242.04 -
System Red Green Blue C M Y K H S L
Decimal 240 2 63 0 0.99 0.74 0.06 344.62 0.98 0.47
Hex F0 2 3F 0 63 4A 6 159 62 2F
Octal 360 2 77 0 143 112 6 531 142 57
Binary 11110000 10 111111 0 1100011 1001010 110 101011001 1100010 101111

Color Harmonies of #F0023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0023F

Black with #F0023F

Text Example


Text Example

White with #F0023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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