Html Css Color HEX #FA0A4B Torch Red

📋 copy color: '#FA0A4B'

red 250 ◦ green 10 ◦ blue 75

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

Shades of Torch Red #FA0A4B

Tints of Torch Red #FA0A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 74.63%
G = 2.99%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA0A4B (or 0xFA0A4B) is known color: Torch Red. HEX triplet: FA, 0A and 4B. RGB value is (250,10,75). Sum of RGB (Red+Green+Blue) = 250+10+75=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0A4B is #05F5B4. Grayscale: #595959. Windows color (decimal): -390581 or 4918010. OLE color: 4918010.

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

Color convert

RGB 250 10 75 -
CMYK 0 0.96 0.7 0.02
HSL 343.75º 0.96% 0.51% -
HSV(B) 343.75º 0.96% 0.98% -
XYZ 40.8 21.05 8.57 -
YUV 89.17 120.01 242.71 -
System Red Green Blue C M Y K H S L
Decimal 250 10 75 0 0.96 0.7 0.02 343.75 0.96 0.51
Hex FA A 4B 0 60 46 2 158 60 33
Octal 372 12 113 0 140 106 2 530 140 63
Binary 11111010 1010 1001011 0 1100000 1000110 10 101011000 1100000 110011

Color Harmonies of #FA0A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A4B

Black with #FA0A4B

Text Example


Text Example

White with #FA0A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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