Html Css Color HEX #FA0C47 Torch Red

📋 copy color: '#FA0C47'

red 250 ◦ green 12 ◦ blue 71

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

Shades of Torch Red #FA0C47

Tints of Torch Red #FA0C47

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.6%

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

R = 75.08%
G = 3.6%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA0C47 (or 0xFA0C47) is known color: Torch Red. HEX triplet: FA, 0C and 47. RGB value is (250,12,71). Sum of RGB (Red+Green+Blue) = 250+12+71=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0C47 is #05F3B8. Grayscale: #595959. Windows color (decimal): -390073 or 4656378. OLE color: 4656378.

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

Color convert

RGB 250 12 71 -
CMYK 0 0.95 0.72 0.02
HSL 345.13º 0.96% 0.51% -
HSV(B) 345.13º 0.95% 0.98% -
XYZ 40.69 21.04 7.88 -
YUV 89.89 117.35 242.2 -
System Red Green Blue C M Y K H S L
Decimal 250 12 71 0 0.95 0.72 0.02 345.13 0.96 0.51
Hex FA C 47 0 5F 48 2 159 60 33
Octal 372 14 107 0 137 110 2 531 140 63
Binary 11111010 1100 1000111 0 1011111 1001000 10 101011001 1100000 110011

Color Harmonies of #FA0C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C47

Black with #FA0C47

Text Example


Text Example

White with #FA0C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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