Html Css Color HEX #FA223F Torch Red

📋 copy color: '#FA223F'

red 250 ◦ green 34 ◦ blue 63

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

Shades of Torch Red #FA223F

Tints of Torch Red #FA223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

 BLUE value IS 63 (25% from 255) = 18.16%

R = 72.05%
G = 9.8%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA223F (or 0xFA223F) is known color: Torch Red. HEX triplet: FA, 22 and 3F. RGB value is (250,34,63). Sum of RGB (Red+Green+Blue) = 250+34+63=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA223F is #05DDC0. Grayscale: #656565. Windows color (decimal): -384449 or 4137722. OLE color: 4137722.

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

Color convert

RGB 250 34 63 -
CMYK 0 0.86 0.75 0.02
HSL 351.94º 0.96% 0.56% -
HSV(B) 351.94º 0.86% 0.98% -
XYZ 40.89 21.83 6.76 -
YUV 101.89 106.06 233.64 -
System Red Green Blue C M Y K H S L
Decimal 250 34 63 0 0.86 0.75 0.02 351.94 0.96 0.56
Hex FA 22 3F 0 56 4B 2 160 60 38
Octal 372 42 77 0 126 113 2 540 140 70
Binary 11111010 100010 111111 0 1010110 1001011 10 101100000 1100000 111000

Color Harmonies of #FA223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA223F

Black with #FA223F

Text Example


Text Example

White with #FA223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA223F; }

 p { color: rgb(250,34,63); }

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

background-color css

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

 a { background-color: rgb(250,34,63); }

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

border-color css

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

 span { border-color: rgb(250,34,63); }

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