Html Css Color HEX #F2193B Torch Red

📋 copy color: '#F2193B'

red 242 ◦ green 25 ◦ blue 59

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

Shades of Torch Red #F2193B

Tints of Torch Red #F2193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 74.23%
G = 7.67%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2193B (or 0xF2193B) is known color: Torch Red. HEX triplet: F2, 19 and 3B. RGB value is (242,25,59). Sum of RGB (Red+Green+Blue) = 242+25+59=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F2193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2193B is #0DE6C4. Grayscale: #5D5D5D. Windows color (decimal): -911045 or 3873266. OLE color: 3873266.

HSL color Cylindrical-coordinate representation of color #F2193B: hue angle of 350.6º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2193B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 59 -
CMYK 0 0.90 0.76 0.05
HSL 350.6º 0.89% 0.52% -
HSV(B) 350.6º 0.9% 0.95% -
XYZ 37.76 19.89 5.99 -
YUV 93.76 108.39 233.74 -
System Red Green Blue C M Y K H S L
Decimal 242 25 59 0 0.90 0.76 0.05 350.6 0.89 0.52
Hex F2 19 3B 0 5A 4C 5 15F 59 34
Octal 362 31 73 0 132 114 5 537 131 64
Binary 11110010 11001 111011 0 1011010 1001100 101 101011111 1011001 110100

Color Harmonies of #F2193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2193B

Black with #F2193B

Text Example


Text Example

White with #F2193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2193B; }

 p { color: rgb(242,25,59); }

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

background-color css

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

 a { background-color: rgb(242,25,59); }

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

border-color css

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

 span { border-color: rgb(242,25,59); }

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