Html Css Color HEX #F90A30 Torch Red

📋 copy color: '#F90A30'

red 249 ◦ green 10 ◦ blue 48

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

Shades of Torch Red #F90A30

Tints of Torch Red #F90A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

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

R = 81.11%
G = 3.26%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F90A30 (or 0xF90A30) is known color: Torch Red. HEX triplet: F9, 0A and 30. RGB value is (249,10,48). Sum of RGB (Red+Green+Blue) = 249+10+48=307 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.11% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A30 is #06F5CF. Grayscale: #555555. Windows color (decimal): -456144 or 3148537. OLE color: 3148537.

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

Color convert

RGB 249 10 48 -
CMYK 0 0.96 0.81 0.02
HSL 350.46º 0.95% 0.51% -
HSV(B) 350.46º 0.96% 0.98% -
XYZ 39.71 20.57 4.67 -
YUV 85.79 106.68 244.41 -
System Red Green Blue C M Y K H S L
Decimal 249 10 48 0 0.96 0.81 0.02 350.46 0.95 0.51
Hex F9 A 30 0 60 51 2 15E 5F 33
Octal 371 12 60 0 140 121 2 536 137 63
Binary 11111001 1010 110000 0 1100000 1010001 10 101011110 1011111 110011

Color Harmonies of #F90A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A30

Black with #F90A30

Text Example


Text Example

White with #F90A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A30; }

 p { color: rgb(249,10,48); }

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

background-color css

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

 a { background-color: rgb(249,10,48); }

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

border-color css

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

 span { border-color: rgb(249,10,48); }

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