Html Css Color HEX #F20230 Torch Red

📋 copy color: '#F20230'

red 242 ◦ green 2 ◦ blue 48

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

Shades of Torch Red #F20230

Tints of Torch Red #F20230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 82.88%
G = 0.68%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F20230 (or 0xF20230) is known color: Torch Red. HEX triplet: F2, 02 and 30. RGB value is (242,2,48). Sum of RGB (Red+Green+Blue) = 242+2+48=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F20230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20230 is #0DFDCF. Grayscale: #4F4F4F. Windows color (decimal): -916944 or 3146482. OLE color: 3146482.

HSL color Cylindrical-coordinate representation of color #F20230: hue angle of 348.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20230 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 2 48 -
CMYK 0 0.99 0.80 0.05
HSL 348.5º 0.98% 0.48% -
HSV(B) 348.5º 0.99% 0.95% -
XYZ 37.17 19.13 4.53 -
YUV 79 110.51 244.26 -
System Red Green Blue C M Y K H S L
Decimal 242 2 48 0 0.99 0.80 0.05 348.5 0.98 0.48
Hex F2 2 30 0 63 50 5 15C 62 30
Octal 362 2 60 0 143 120 5 534 142 60
Binary 11110010 10 110000 0 1100011 1010000 101 101011100 1100010 110000

Color Harmonies of #F20230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20230

Black with #F20230

Text Example


Text Example

White with #F20230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20230; }

 p { color: rgb(242,2,48); }

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

background-color css

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

 a { background-color: rgb(242,2,48); }

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

border-color css

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

 span { border-color: rgb(242,2,48); }

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