Html Css Color HEX #F90748 Torch Red

📋 copy color: '#F90748'

red 249 ◦ green 7 ◦ blue 72

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

Shades of Torch Red #F90748

Tints of Torch Red #F90748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 75.91%
G = 2.13%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F90748 (or 0xF90748) is known color: Torch Red. HEX triplet: F9, 07 and 48. RGB value is (249,7,72). Sum of RGB (Red+Green+Blue) = 249+7+72=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F90748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90748 is #06F8B7. Grayscale: #565656. Windows color (decimal): -456888 or 4720633. OLE color: 4720633.

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

Color convert

RGB 249 7 72 -
CMYK 0 0.97 0.71 0.02
HSL 343.88º 0.95% 0.5% -
HSV(B) 343.88º 0.97% 0.98% -
XYZ 40.31 20.76 8.01 -
YUV 86.77 119.67 243.71 -
System Red Green Blue C M Y K H S L
Decimal 249 7 72 0 0.97 0.71 0.02 343.88 0.95 0.5
Hex F9 7 48 0 61 47 2 158 5F 32
Octal 371 7 110 0 141 107 2 530 137 62
Binary 11111001 111 1001000 0 1100001 1000111 10 101011000 1011111 110010

Color Harmonies of #F90748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90748

Black with #F90748

Text Example


Text Example

White with #F90748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90748; }

 p { color: rgb(249,7,72); }

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

background-color css

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

 a { background-color: rgb(249,7,72); }

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

border-color css

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

 span { border-color: rgb(249,7,72); }

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