Html Css Color HEX #F90528 Torch Red

📋 copy color: '#F90528'

red 249 ◦ green 5 ◦ blue 40

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

Shades of Torch Red #F90528

Tints of Torch Red #F90528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

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

R = 84.69%
G = 1.7%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F90528 (or 0xF90528) is known color: Torch Red. HEX triplet: F9, 05 and 28. RGB value is (249,5,40). Sum of RGB (Red+Green+Blue) = 249+5+40=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F90528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90528 is #06FAD7. Grayscale: #525252. Windows color (decimal): -457432 or 2622969. OLE color: 2622969.

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

Color convert

RGB 249 5 40 -
CMYK 0 0.98 0.84 0.02
HSL 351.39º 0.96% 0.5% -
HSV(B) 351.39º 0.98% 0.98% -
XYZ 39.5 20.4 3.86 -
YUV 81.95 104.34 247.15 -
System Red Green Blue C M Y K H S L
Decimal 249 5 40 0 0.98 0.84 0.02 351.39 0.96 0.5
Hex F9 5 28 0 62 54 2 15F 60 32
Octal 371 5 50 0 142 124 2 537 140 62
Binary 11111001 101 101000 0 1100010 1010100 10 101011111 1100000 110010

Color Harmonies of #F90528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90528

Black with #F90528

Text Example


Text Example

White with #F90528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90528; }

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

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

background-color css

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

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

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

border-color css

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

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

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