Html Css Color HEX #F90328 Torch Red

📋 copy color: '#F90328'

red 249 ◦ green 3 ◦ blue 40

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

Shades of Torch Red #F90328

Tints of Torch Red #F90328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 85.27%
G = 1.03%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F90328 (or 0xF90328) is known color: Torch Red. HEX triplet: F9, 03 and 28. RGB value is (249,3,40). Sum of RGB (Red+Green+Blue) = 249+3+40=292 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.27% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 249 - color contains mainly: red. Hex color #F90328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90328 is #06FCD7. Grayscale: #505050. Windows color (decimal): -457944 or 2622457. OLE color: 2622457.

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

Color convert

RGB 249 3 40 -
CMYK 0 0.99 0.84 0.02
HSL 350.98º 0.98% 0.49% -
HSV(B) 350.98º 0.99% 0.98% -
XYZ 39.48 20.36 3.86 -
YUV 80.77 105 247.99 -
System Red Green Blue C M Y K H S L
Decimal 249 3 40 0 0.99 0.84 0.02 350.98 0.98 0.49
Hex F9 3 28 0 63 54 2 15F 62 31
Octal 371 3 50 0 143 124 2 537 142 61
Binary 11111001 11 101000 0 1100011 1010100 10 101011111 1100010 110001

Color Harmonies of #F90328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90328

Black with #F90328

Text Example


Text Example

White with #F90328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90328; }

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

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

background-color css

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

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

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

border-color css

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

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

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