Html Css Color HEX #F90526 Torch Red

📋 copy color: '#F90526'

red 249 ◦ green 5 ◦ blue 38

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

Shades of Torch Red #F90526

Tints of Torch Red #F90526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 85.27%
G = 1.71%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F90526 (or 0xF90526) is known color: Torch Red. HEX triplet: F9, 05 and 26. RGB value is (249,5,38). Sum of RGB (Red+Green+Blue) = 249+5+38=292 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.27% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 249 - color contains mainly: red. Hex color #F90526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90526 is #06FAD9. Grayscale: #515151. Windows color (decimal): -457434 or 2491897. OLE color: 2491897.

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

Color convert

RGB 249 5 38 -
CMYK 0 0.98 0.85 0.02
HSL 351.89º 0.96% 0.5% -
HSV(B) 351.89º 0.98% 0.98% -
XYZ 39.47 20.39 3.69 -
YUV 81.72 103.34 247.32 -
System Red Green Blue C M Y K H S L
Decimal 249 5 38 0 0.98 0.85 0.02 351.89 0.96 0.5
Hex F9 5 26 0 62 55 2 160 60 32
Octal 371 5 46 0 142 125 2 540 140 62
Binary 11111001 101 100110 0 1100010 1010101 10 101100000 1100000 110010

Color Harmonies of #F90526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90526

Black with #F90526

Text Example


Text Example

White with #F90526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90526; }

 p { color: rgb(249,5,38); }

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

background-color css

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

 a { background-color: rgb(249,5,38); }

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

border-color css

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

 span { border-color: rgb(249,5,38); }

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