Html Css Color HEX #F0152A Torch Red

📋 copy color: '#F0152A'

red 240 ◦ green 21 ◦ blue 42

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

Shades of Torch Red #F0152A

Tints of Torch Red #F0152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 79.21%
G = 6.93%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0152A (or 0xF0152A) is known color: Torch Red. HEX triplet: F0, 15 and 2A. RGB value is (240,21,42). Sum of RGB (Red+Green+Blue) = 240+21+42=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0152A is #0FEAD5. Grayscale: #595959. Windows color (decimal): -1043158 or 2758128. OLE color: 2758128.

HSL color Cylindrical-coordinate representation of color #F0152A: hue angle of 354.25º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0152A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 42 -
CMYK 0 0.91 0.82 0.06
HSL 354.25º 0.88% 0.51% -
HSV(B) 354.25º 0.91% 0.94% -
XYZ 36.62 19.23 3.97 -
YUV 88.88 101.55 235.79 -
System Red Green Blue C M Y K H S L
Decimal 240 21 42 0 0.91 0.82 0.06 354.25 0.88 0.51
Hex F0 15 2A 0 5B 52 6 162 58 33
Octal 360 25 52 0 133 122 6 542 130 63
Binary 11110000 10101 101010 0 1011011 1010010 110 101100010 1011000 110011

Color Harmonies of #F0152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0152A

Black with #F0152A

Text Example


Text Example

White with #F0152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0152A; }

 p { color: rgb(240,21,42); }

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

background-color css

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

 a { background-color: rgb(240,21,42); }

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

border-color css

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

 span { border-color: rgb(240,21,42); }

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