Html Css Color HEX #F2023C Torch Red

📋 copy color: '#F2023C'

red 242 ◦ green 2 ◦ blue 60

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

Shades of Torch Red #F2023C

Tints of Torch Red #F2023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 79.61%
G = 0.66%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2023C (or 0xF2023C) is known color: Torch Red. HEX triplet: F2, 02 and 3C. RGB value is (242,2,60). Sum of RGB (Red+Green+Blue) = 242+2+60=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F2023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2023C is #0DFDC3. Grayscale: #505050. Windows color (decimal): -916932 or 3932914. OLE color: 3932914.

HSL color Cylindrical-coordinate representation of color #F2023C: hue angle of 345.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 #F2023C is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 2 60 -
CMYK 0 0.99 0.75 0.05
HSL 345.5º 0.98% 0.48% -
HSV(B) 345.5º 0.99% 0.95% -
XYZ 37.46 19.25 6.02 -
YUV 80.37 116.51 243.28 -
System Red Green Blue C M Y K H S L
Decimal 242 2 60 0 0.99 0.75 0.05 345.5 0.98 0.48
Hex F2 2 3C 0 63 4B 5 15A 62 30
Octal 362 2 74 0 143 113 5 532 142 60
Binary 11110010 10 111100 0 1100011 1001011 101 101011010 1100010 110000

Color Harmonies of #F2023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2023C

Black with #F2023C

Text Example


Text Example

White with #F2023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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