Html Css Color HEX #F90035 Torch Red

📋 copy color: '#F90035'

red 249 ◦ green 0 ◦ blue 53

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

Shades of Torch Red #F90035

Tints of Torch Red #F90035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 17.55%

R = 82.45%
G = 0%
B = 17.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F90035 (or 0xF90035) is known color: Torch Red. HEX triplet: F9, 00 and 35. RGB value is (249,0,53). Sum of RGB (Red+Green+Blue) = 249+0+53=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F90035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90035 is #06FFCA. Grayscale: #505050. Windows color (decimal): -458699 or 3473657. OLE color: 3473657.

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

Color convert

RGB 249 0 53 -
CMYK 0 1 0.79 0.02
HSL 347.23º 1% 0.49% -
HSV(B) 347.23º 1% 0.98% -
XYZ 39.71 20.4 5.21 -
YUV 80.49 112.49 248.19 -
System Red Green Blue C M Y K H S L
Decimal 249 0 53 0 1 0.79 0.02 347.23 1 0.49
Hex F9 0 35 0 64 4F 2 15B 64 31
Octal 371 0 65 0 144 117 2 533 144 61
Binary 11111001 0 110101 0 1100100 1001111 10 101011011 1100100 110001

Color Harmonies of #F90035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90035

Black with #F90035

Text Example


Text Example

White with #F90035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90035; }

 p { color: rgb(249,0,53); }

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

background-color css

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

 a { background-color: rgb(249,0,53); }

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

border-color css

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

 span { border-color: rgb(249,0,53); }

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