Html Css Color HEX #F2002B Torch Red

📋 copy color: '#F2002B'

red 242 ◦ green 0 ◦ blue 43

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

Shades of Torch Red #F2002B

Tints of Torch Red #F2002B

RGB

 RED value IS 242 (94.92% from 255) = 84.91%

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 84.91%
G = 0%
B = 15.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2002B (or 0xF2002B) is known color: Torch Red. HEX triplet: F2, 00 and 2B. RGB value is (242,0,43). Sum of RGB (Red+Green+Blue) = 242+0+43=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F2002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2002B is #0DFFD4. Grayscale: #4D4D4D. Windows color (decimal): -917461 or 2818290. OLE color: 2818290.

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

Color convert

RGB 242 0 43 -
CMYK 0 1 0.82 0.05
HSL 349.34º 1% 0.47% -
HSV(B) 349.34º 1% 0.95% -
XYZ 37.05 19.05 4.01 -
YUV 77.26 108.67 245.5 -
System Red Green Blue C M Y K H S L
Decimal 242 0 43 0 1 0.82 0.05 349.34 1 0.47
Hex F2 0 2B 0 64 52 5 15D 64 2F
Octal 362 0 53 0 144 122 5 535 144 57
Binary 11110010 0 101011 0 1100100 1010010 101 101011101 1100100 101111

Color Harmonies of #F2002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2002B

Black with #F2002B

Text Example


Text Example

White with #F2002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2002B; }

 p { color: rgb(242,0,43); }

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

background-color css

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

 a { background-color: rgb(242,0,43); }

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

border-color css

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

 span { border-color: rgb(242,0,43); }

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