Html Css Color HEX #F90D3A Torch Red

📋 copy color: '#F90D3A'

red 249 ◦ green 13 ◦ blue 58

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

Shades of Torch Red #F90D3A

Tints of Torch Red #F90D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 77.81%
G = 4.06%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F90D3A (or 0xF90D3A) is known color: Torch Red. HEX triplet: F9, 0D and 3A. RGB value is (249,13,58). Sum of RGB (Red+Green+Blue) = 249+13+58=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90D3A is #06F2C5. Grayscale: #585858. Windows color (decimal): -455366 or 3804665. OLE color: 3804665.

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

Color convert

RGB 249 13 58 -
CMYK 0 0.95 0.77 0.02
HSL 348.56º 0.95% 0.51% -
HSV(B) 348.56º 0.95% 0.98% -
XYZ 39.97 20.73 5.9 -
YUV 88.69 110.69 242.34 -
System Red Green Blue C M Y K H S L
Decimal 249 13 58 0 0.95 0.77 0.02 348.56 0.95 0.51
Hex F9 D 3A 0 5F 4D 2 15D 5F 33
Octal 371 15 72 0 137 115 2 535 137 63
Binary 11111001 1101 111010 0 1011111 1001101 10 101011101 1011111 110011

Color Harmonies of #F90D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90D3A

Black with #F90D3A

Text Example


Text Example

White with #F90D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90D3A; }

 p { color: rgb(249,13,58); }

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

background-color css

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

 a { background-color: rgb(249,13,58); }

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

border-color css

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

 span { border-color: rgb(249,13,58); }

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