Html Css Color HEX #F90230 Torch Red

📋 copy color: '#F90230'

red 249 ◦ green 2 ◦ blue 48

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

Shades of Torch Red #F90230

Tints of Torch Red #F90230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 83.28%
G = 0.67%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F90230 (or 0xF90230) is known color: Torch Red. HEX triplet: F9, 02 and 30. RGB value is (249,2,48). Sum of RGB (Red+Green+Blue) = 249+2+48=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F90230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90230 is #06FDCF. Grayscale: #515151. Windows color (decimal): -458192 or 3146489. OLE color: 3146489.

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

Color convert

RGB 249 2 48 -
CMYK 0 0.99 0.81 0.02
HSL 348.83º 0.98% 0.49% -
HSV(B) 348.83º 0.99% 0.98% -
XYZ 39.62 20.4 4.64 -
YUV 81.1 109.33 247.76 -
System Red Green Blue C M Y K H S L
Decimal 249 2 48 0 0.99 0.81 0.02 348.83 0.98 0.49
Hex F9 2 30 0 63 51 2 15D 62 31
Octal 371 2 60 0 143 121 2 535 142 61
Binary 11111001 10 110000 0 1100011 1010001 10 101011101 1100010 110001

Color Harmonies of #F90230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90230

Black with #F90230

Text Example


Text Example

White with #F90230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90230; }

 p { color: rgb(249,2,48); }

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

background-color css

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

 a { background-color: rgb(249,2,48); }

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

border-color css

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

 span { border-color: rgb(249,2,48); }

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