Html Css Color HEX #F90222 Torch Red

📋 copy color: '#F90222'

red 249 ◦ green 2 ◦ blue 34

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

Shades of Torch Red #F90222

Tints of Torch Red #F90222

RGB

 RED value IS 249 (97.66% from 255) = 87.37%

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

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 87.37%
G = 0.7%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F90222 (or 0xF90222) is known color: Torch Red. HEX triplet: F9, 02 and 22. RGB value is (249,2,34). Sum of RGB (Red+Green+Blue) = 249+2+34=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F90222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90222 is #06FDDD. Grayscale: #4F4F4F. Windows color (decimal): -458206 or 2228985. OLE color: 2228985.

HSL color Cylindrical-coordinate representation of color #F90222: hue angle of 352.23º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90222 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 2 34 -
CMYK 0 0.99 0.86 0.02
HSL 352.23º 0.98% 0.49% -
HSV(B) 352.23º 0.99% 0.98% -
XYZ 39.38 20.3 3.36 -
YUV 79.5 102.33 248.9 -
System Red Green Blue C M Y K H S L
Decimal 249 2 34 0 0.99 0.86 0.02 352.23 0.98 0.49
Hex F9 2 22 0 63 56 2 160 62 31
Octal 371 2 42 0 143 126 2 540 142 61
Binary 11111001 10 100010 0 1100011 1010110 10 101100000 1100010 110001

Color Harmonies of #F90222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90222

Black with #F90222

Text Example


Text Example

White with #F90222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90222; }

 p { color: rgb(249,2,34); }

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

background-color css

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

 a { background-color: rgb(249,2,34); }

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

border-color css

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

 span { border-color: rgb(249,2,34); }

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