Html Css Color HEX #F90138 Torch Red

📋 copy color: '#F90138'

red 249 ◦ green 1 ◦ blue 56

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

Shades of Torch Red #F90138

Tints of Torch Red #F90138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 81.37%
G = 0.33%
B = 18.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F90138 (or 0xF90138) is known color: Torch Red. HEX triplet: F9, 01 and 38. RGB value is (249,1,56). Sum of RGB (Red+Green+Blue) = 249+1+56=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F90138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90138 is #06FEC7. Grayscale: #515151. Windows color (decimal): -458440 or 3670521. OLE color: 3670521.

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

Color convert

RGB 249 1 56 -
CMYK 0 1.00 0.78 0.02
HSL 346.69º 0.99% 0.49% -
HSV(B) 346.69º 1% 0.98% -
XYZ 39.79 20.45 5.59 -
YUV 81.42 113.66 247.53 -
System Red Green Blue C M Y K H S L
Decimal 249 1 56 0 1.00 0.78 0.02 346.69 0.99 0.49
Hex F9 1 38 0 64 4E 2 15B 63 31
Octal 371 1 70 0 144 116 2 533 143 61
Binary 11111001 1 111000 0 1100100 1001110 10 101011011 1100011 110001

Color Harmonies of #F90138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90138

Black with #F90138

Text Example


Text Example

White with #F90138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90138; }

 p { color: rgb(249,1,56); }

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

background-color css

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

 a { background-color: rgb(249,1,56); }

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

border-color css

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

 span { border-color: rgb(249,1,56); }

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