Html Css Color HEX #F90C30 Torch Red

📋 copy color: '#F90C30'

red 249 ◦ green 12 ◦ blue 48

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

Shades of Torch Red #F90C30

Tints of Torch Red #F90C30

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

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

R = 80.58%
G = 3.88%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F90C30 (or 0xF90C30) is known color: Torch Red. HEX triplet: F9, 0C and 30. RGB value is (249,12,48). Sum of RGB (Red+Green+Blue) = 249+12+48=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90C30 is #06F3CF. Grayscale: #575757. Windows color (decimal): -455632 or 3149049. OLE color: 3149049.

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

Color convert

RGB 249 12 48 -
CMYK 0 0.95 0.81 0.02
HSL 350.89º 0.95% 0.51% -
HSV(B) 350.89º 0.95% 0.98% -
XYZ 39.73 20.62 4.68 -
YUV 86.97 106.02 243.57 -
System Red Green Blue C M Y K H S L
Decimal 249 12 48 0 0.95 0.81 0.02 350.89 0.95 0.51
Hex F9 C 30 0 5F 51 2 15F 5F 33
Octal 371 14 60 0 137 121 2 537 137 63
Binary 11111001 1100 110000 0 1011111 1010001 10 101011111 1011111 110011

Color Harmonies of #F90C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90C30

Black with #F90C30

Text Example


Text Example

White with #F90C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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