Html Css Color HEX #F90232 Torch Red

📋 copy color: '#F90232'

red 249 ◦ green 2 ◦ blue 50

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

Shades of Torch Red #F90232

Tints of Torch Red #F90232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 82.72%
G = 0.66%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F90232 (or 0xF90232) is known color: Torch Red. HEX triplet: F9, 02 and 32. RGB value is (249,2,50). Sum of RGB (Red+Green+Blue) = 249+2+50=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F90232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90232 is #06FDCD. Grayscale: #515151. Windows color (decimal): -458190 or 3277561. OLE color: 3277561.

HSL color Cylindrical-coordinate representation of color #F90232: hue angle of 348.34º 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 #F90232 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 2 50 -
CMYK 0 0.99 0.80 0.02
HSL 348.34º 0.98% 0.49% -
HSV(B) 348.34º 0.99% 0.98% -
XYZ 39.66 20.41 4.87 -
YUV 81.33 110.33 247.6 -
System Red Green Blue C M Y K H S L
Decimal 249 2 50 0 0.99 0.80 0.02 348.34 0.98 0.49
Hex F9 2 32 0 63 50 2 15C 62 31
Octal 371 2 62 0 143 120 2 534 142 61
Binary 11111001 10 110010 0 1100011 1010000 10 101011100 1100010 110001

Color Harmonies of #F90232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90232

Black with #F90232

Text Example


Text Example

White with #F90232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90232; }

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

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

background-color css

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

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

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

border-color css

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

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

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