Html Css Color HEX #FA0B47 Torch Red

📋 copy color: '#FA0B47'

red 250 ◦ green 11 ◦ blue 71

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

Shades of Torch Red #FA0B47

Tints of Torch Red #FA0B47

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.31%

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 75.3%
G = 3.31%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA0B47 (or 0xFA0B47) is known color: Torch Red. HEX triplet: FA, 0B and 47. RGB value is (250,11,71). Sum of RGB (Red+Green+Blue) = 250+11+71=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0B47 is #05F4B8. Grayscale: #595959. Windows color (decimal): -390329 or 4656122. OLE color: 4656122.

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

Color convert

RGB 250 11 71 -
CMYK 0 0.96 0.72 0.02
HSL 344.94º 0.96% 0.51% -
HSV(B) 344.94º 0.96% 0.98% -
XYZ 40.68 21.02 7.87 -
YUV 89.3 117.68 242.62 -
System Red Green Blue C M Y K H S L
Decimal 250 11 71 0 0.96 0.72 0.02 344.94 0.96 0.51
Hex FA B 47 0 60 48 2 159 60 33
Octal 372 13 107 0 140 110 2 531 140 63
Binary 11111010 1011 1000111 0 1100000 1001000 10 101011001 1100000 110011

Color Harmonies of #FA0B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0B47

Black with #FA0B47

Text Example


Text Example

White with #FA0B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0B47; }

 p { color: rgb(250,11,71); }

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

background-color css

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

 a { background-color: rgb(250,11,71); }

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

border-color css

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

 span { border-color: rgb(250,11,71); }

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