Html Css Color HEX #FA0A48 Torch Red

📋 copy color: '#FA0A48'

red 250 ◦ green 10 ◦ blue 72

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

Shades of Torch Red #FA0A48

Tints of Torch Red #FA0A48

RGB

 RED value IS 250 (98.05% from 255) = 75.3%

 GREEN value IS 10 (4.3% from 255) = 3.01%

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

R = 75.3%
G = 3.01%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA0A48 (or 0xFA0A48) is known color: Torch Red. HEX triplet: FA, 0A and 48. RGB value is (250,10,72). Sum of RGB (Red+Green+Blue) = 250+10+72=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0A48 is #05F5B7. Grayscale: #585858. Windows color (decimal): -390584 or 4721402. OLE color: 4721402.

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

Color convert

RGB 250 10 72 -
CMYK 0 0.96 0.71 0.02
HSL 344.5º 0.96% 0.51% -
HSV(B) 344.5º 0.96% 0.98% -
XYZ 40.7 21.01 8.04 -
YUV 88.83 118.51 242.96 -
System Red Green Blue C M Y K H S L
Decimal 250 10 72 0 0.96 0.71 0.02 344.5 0.96 0.51
Hex FA A 48 0 60 47 2 158 60 33
Octal 372 12 110 0 140 107 2 530 140 63
Binary 11111010 1010 1001000 0 1100000 1000111 10 101011000 1100000 110011

Color Harmonies of #FA0A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A48

Black with #FA0A48

Text Example


Text Example

White with #FA0A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A48; }

 p { color: rgb(250,10,72); }

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

background-color css

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

 a { background-color: rgb(250,10,72); }

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

border-color css

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

 span { border-color: rgb(250,10,72); }

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