Html Css Color HEX #F90335 Torch Red

📋 copy color: '#F90335'

red 249 ◦ green 3 ◦ blue 53

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

Shades of Torch Red #F90335

Tints of Torch Red #F90335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 81.64%
G = 0.98%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F90335 (or 0xF90335) is known color: Torch Red. HEX triplet: F9, 03 and 35. RGB value is (249,3,53). Sum of RGB (Red+Green+Blue) = 249+3+53=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F90335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90335 is #06FCCA. Grayscale: #525252. Windows color (decimal): -457931 or 3474425. OLE color: 3474425.

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

Color convert

RGB 249 3 53 -
CMYK 0 0.99 0.79 0.02
HSL 347.8º 0.98% 0.49% -
HSV(B) 347.8º 0.99% 0.98% -
XYZ 39.74 20.46 5.22 -
YUV 82.25 111.5 246.93 -
System Red Green Blue C M Y K H S L
Decimal 249 3 53 0 0.99 0.79 0.02 347.8 0.98 0.49
Hex F9 3 35 0 63 4F 2 15C 62 31
Octal 371 3 65 0 143 117 2 534 142 61
Binary 11111001 11 110101 0 1100011 1001111 10 101011100 1100010 110001

Color Harmonies of #F90335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90335

Black with #F90335

Text Example


Text Example

White with #F90335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90335; }

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

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

background-color css

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

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

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

border-color css

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

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

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